mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-21 23:43:14 -04:00
mutex, detuning helpers, GUI updates, play handles, many many changes... (4)
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@482 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -104,6 +104,10 @@ void engine::destroy( void )
|
||||
delete s_automationEditor;
|
||||
s_automationEditor = NULL;
|
||||
|
||||
#ifdef LADSPA_SUPPORT
|
||||
delete s_ladspaManager;
|
||||
#endif
|
||||
|
||||
presetPreviewPlayHandle::cleanUp();
|
||||
|
||||
// now we can clean up all allocated buffer
|
||||
|
||||
Reference in New Issue
Block a user