Fix previous commit (reset, not zero shared_ptr)
This commit is contained in:
@@ -205,7 +205,7 @@ PluginEqGui::stop_listening ()
|
||||
if (_plugin) {
|
||||
_plugin->deactivate ();
|
||||
_plugin->drop_references ();
|
||||
_plugin = 0;
|
||||
_plugin.reset ();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user