when renaming redirects, scan all routes AND sends AND port inserts for the name...
[ardour.git] / libs / ardour / globals.cc
index 9ae697fd3bb8f5692e598a1ac838cf802db25db9..65740d5a5d0ec8430901f6b3af3bff21eaeb1baa 100644 (file)
@@ -378,6 +378,9 @@ ARDOUR::cleanup ()
        delete Library;
        lrdf_cleanup ();
        delete &ControlProtocolManager::instance();
+#ifdef VST_SUPPORT
+       fst_exit ();
+#endif
        return 0;
 }