Finalisation of first phase of cut handling (unmanaged)
[melted] / src / miracle / miracle_local.c
index 9f3e706..3056744 100644 (file)
@@ -548,7 +548,7 @@ static void miracle_local_close( miracle_local local )
 #ifdef linux
        //pthread_kill_other_threads_np();
        miracle_log( LOG_DEBUG, "Clean shutdown." );
-       free( local );
-       mlt_factory_close( );
+       //free( local );
+       //mlt_factory_close( );
 #endif
 }