mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-01 05:11:54 +00:00
@@ -54,7 +54,7 @@ extern "C"
|
||||
void
|
||||
SDL_DestroyMutex(SDL_mutex * mutex)
|
||||
{
|
||||
if (mutex) {
|
||||
if (mutex != NULL) {
|
||||
delete mutex;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user