Merge pull request #622 from grejppi/master-vst

RemoteVstPlugin: really close the plugin
This commit is contained in:
Vesa V
2014-04-19 14:48:47 +03:00

View File

@@ -427,6 +427,7 @@ RemoteVstPlugin::~RemoteVstPlugin()
m_window = NULL;
}
pluginDispatch( effMainsChanged, 0, 0 );
pluginDispatch( effClose );
#ifndef USE_QT_SHMEM
// detach shared memory segment
if( shmdt( m_vstSyncData ) == -1)