From 2cddd0d81f386ed09aefe289ba7cca51b2f7a0a6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 7 Jan 2016 18:11:35 +0100 Subject: [PATCH] don't re-activate LV2 plugin before cleanup. --- libs/ardour/lv2_plugin.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc index fb65fc894f..4e8a971dfc 100644 --- a/libs/ardour/lv2_plugin.cc +++ b/libs/ardour/lv2_plugin.cc @@ -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;