mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 09:06:29 -05:00
Fixed memory leak in video quit implementation for Android.
This commit is contained in:
@@ -86,6 +86,7 @@ Android_SuspendScreenSaver(_THIS)
|
||||
static void
|
||||
Android_DeleteDevice(SDL_VideoDevice * device)
|
||||
{
|
||||
SDL_free(device->driverdata);
|
||||
SDL_free(device);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user