Merge pull request #622 from grejppi/master-vst
RemoteVstPlugin: really close the plugin
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user