Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed compiler warning
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/stdlib/SDL_malloc.c
|
@@ -5370,7 +5370,7 @@ void SDL_free(void *ptr) |
|
|
} |
|
|
|
|
|
s_mem.free_func(ptr); |
|
|
SDL_AtomicDecRef(&s_mem.num_allocations); |
|
|
(void)SDL_AtomicDecRef(&s_mem.num_allocations); |
|
|
} |
|
|
|
|
|
/* vi: set ts=4 sw=4 expandtab: */ |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.