MidiClock_SlaveTest: add basic framework
[ardour.git] / libs / ardour / vst_plugin.cc
index ee3ebd2ee3f2d83f2949152176781529cbebe4ce..80631ac840d35200c1f2e2a8abdff418304db332 100644 (file)
@@ -102,7 +102,6 @@ VSTPlugin::VSTPlugin (const VSTPlugin &other)
 VSTPlugin::~VSTPlugin ()
 {
        deactivate ();
-       drop_references ();
        fst_close (_fst);
 }