[client] opengl: switch to SDL_mutex locking

This commit is contained in:
Geoffrey McRae
2017-12-21 01:23:25 +11:00
parent c098967293
commit 58ed978767
2 changed files with 17 additions and 4 deletions

View File

@@ -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);
}