Fixes a double mutex unlock for Linux VSTs
authorMathias Buhr <napcode@apparatus.de>
Thu, 27 Aug 2015 21:53:45 +0000 (23:53 +0200)
committerMathias Buhr <napcode@apparatus.de>
Thu, 27 Aug 2015 21:53:45 +0000 (23:53 +0200)
gtk2_ardour/linux_vst_gui_support.cc

index c54430c4e64ede4a06a3d06be674251f2afa8138..19671c8ad77cd08c9c5f711c8227fe825e1cac16 100644 (file)
@@ -669,10 +669,6 @@ int vstfx_create_editor (VSTState* vstfx)
        
        XSendEvent(LXVST_XDisplay, parent_window, FALSE, NoEventMask, (XEvent*)&event);
 
-       /*Unlock - and we are done for the first part of staring the Editor...*/
-       
-       pthread_mutex_unlock (&vstfx->lock);
-       
        return 0;
 }