mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[client] opengl: switch to SDL_mutex locking
This commit is contained in:
@@ -185,6 +185,10 @@ void opengl_deinitialize(void * opaque)
|
||||
if (this->mouseData)
|
||||
free(this->mouseData);
|
||||
|
||||
LG_LOCK_FREE(this->formatLock);
|
||||
LG_LOCK_FREE(this->syncLock );
|
||||
LG_LOCK_FREE(this->mouseLock );
|
||||
|
||||
free(this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user