mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00: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