mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
don't re-activate LV2 plugin before cleanup.
This commit is contained in:
parent
4bd4790d11
commit
2cddd0d81f
1 changed files with 0 additions and 1 deletions
|
|
@ -1913,7 +1913,6 @@ LV2Plugin::cleanup()
|
|||
{
|
||||
DEBUG_TRACE(DEBUG::LV2, string_compose("%1 cleanup\n", name()));
|
||||
|
||||
activate();
|
||||
deactivate();
|
||||
lilv_instance_free(_impl->instance);
|
||||
_impl->instance = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue