From b8476b742eb75f9011cc01f7dcb0381a0027badc Mon Sep 17 00:00:00 2001 From: Hannu Haahti Date: Sat, 19 Apr 2014 13:32:48 +0300 Subject: [PATCH] RemoteVstPlugin: really close the plugin (cherry picked from commit d50d376b2a13b6920c8087e9fa4be5472553aaec) --- plugins/vst_base/RemoteVstPlugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/vst_base/RemoteVstPlugin.cpp b/plugins/vst_base/RemoteVstPlugin.cpp index 5c7f807c9..ef85fbd48 100644 --- a/plugins/vst_base/RemoteVstPlugin.cpp +++ b/plugins/vst_base/RemoteVstPlugin.cpp @@ -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)