graceful shutdown
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@364 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -71,7 +71,10 @@ audioDevice::~audioDevice()
|
||||
src_delete( m_srcState );
|
||||
#endif
|
||||
bufferAllocator::free( m_buffer );
|
||||
unlock();
|
||||
if( m_devMutex.locked() )
|
||||
{
|
||||
unlock();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user