Fixes a double mutex unlock for Linux VSTs
This commit is contained in:
parent
43f3c0e0f2
commit
83c5750f0b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user