mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 17:37:39 +00:00
use SDL_zeroa at more places where the argument is an array.
This commit is contained in:
parent
7a47c292c0
commit
4953e050f5
12 changed files with 18 additions and 18 deletions
|
@ -90,7 +90,7 @@ static void SDL_TrackAllocation(void *mem, size_t size)
|
|||
entry->size = size;
|
||||
|
||||
/* Generate the stack trace for the allocation */
|
||||
SDL_zero(entry->stack);
|
||||
SDL_zeroa(entry->stack);
|
||||
#ifdef HAVE_LIBUNWIND_H
|
||||
{
|
||||
int stack_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue