mirror of
https://github.com/yawut/SDL.git
synced 2026-07-05 18:17:24 -05:00
WinRT: Removed not needed SDL_zerop() after SDL_calloc().
SDL_calloc() already sets memory to zero.
This commit is contained in:
parent
5cb20e668d
commit
46eb4f59f2
|
|
@ -127,7 +127,6 @@ WINRT_CreateDevice(int devindex)
|
|||
SDL_free(device);
|
||||
return (0);
|
||||
}
|
||||
SDL_zerop(data);
|
||||
device->driverdata = data;
|
||||
|
||||
/* Set the function pointers */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user