plugin-pin management.. nearly there
[ardour.git] / libs / ardour / graph.cc
index b321968daf1c38025ca3c46a5a5070144fb8cbc5..ff4f860d683b1103eb9613495a4243d25a0cdabc 100644 (file)
@@ -435,7 +435,7 @@ Graph::main_thread()
 
   again:
         _callback_start_sem.wait ();
-       
+
        DEBUG_TRACE(DEBUG::ProcessThreads, "main thread is awake\n");
 
         if (!_threads_active) {
@@ -459,6 +459,7 @@ Graph::main_thread()
         }
 
         pt->drop_buffers();
+        delete (pt);
 }
 
 void