mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Fix previous commit (reset, not zero shared_ptr)
This commit is contained in:
parent
0f7850b0b7
commit
0fac5c9c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ PluginEqGui::stop_listening ()
|
|||
if (_plugin) {
|
||||
_plugin->deactivate ();
|
||||
_plugin->drop_references ();
|
||||
_plugin = 0;
|
||||
_plugin.reset ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue