don't re-activate LV2 plugin before cleanup.
authorRobin Gareus <robin@gareus.org>
Thu, 7 Jan 2016 17:11:35 +0000 (18:11 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 7 Jan 2016 17:11:35 +0000 (18:11 +0100)
libs/ardour/lv2_plugin.cc

index fb65fc894f882867149c39d9a0f1f2fb4b1f6127..4e8a971dfce0e85f2c5ea5fecf8537fd7d5d4c48 100644 (file)
@@ -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;