mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-13 06:10:55 +00:00
Cleanup - slock_new
This commit is contained in:
parent
9c00dd0e2e
commit
5db093924c
@ -237,7 +237,7 @@ slock_t *slock_new(void)
|
||||
return lock;
|
||||
|
||||
error:
|
||||
free(lock);
|
||||
slock_free(lock);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user