fix LV2 worker
[ardour.git] / libs / ardour / lv2_plugin.cc
index 4c2202f2304da1f780f81a63f59fcd46e853b41a..2dc42a321f49f5fe050aedafdd9c1aa830eaaf66 100644 (file)
@@ -560,6 +560,7 @@ LV2Plugin::~LV2Plugin ()
 
        delete _to_ui;
        delete _from_ui;
+       delete _worker;
 
        delete [] _control_data;
        delete [] _shadow_data;