mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-26 03:18:47 +02:00
[SDL2] pointer boolean (#8523)
This commit is contained in:
@@ -1198,7 +1198,7 @@ void *SDL_SIMDRealloc(void *mem, const size_t len)
|
||||
|
||||
ptr = (Uint8 *)SDL_realloc(mem, to_allocate);
|
||||
|
||||
if (ptr == NULL) {
|
||||
if (!ptr) {
|
||||
return NULL; /* Out of memory, bail! */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user