author | Philipp Wiesemann |
Mon, 26 Jan 2015 22:12:38 +0100 | |
changeset 9317 | a8350b28a05c |
parent 9316 | f4d22285caec |
child 9318 | 3ad27ca380f3 |
1.1 --- a/src/video/android/SDL_androidvideo.c Mon Jan 26 22:02:53 2015 +0100 1.2 +++ b/src/video/android/SDL_androidvideo.c Mon Jan 26 22:12:38 2015 +0100 1.3 @@ -86,6 +86,7 @@ 1.4 static void 1.5 Android_DeleteDevice(SDL_VideoDevice * device) 1.6 { 1.7 + SDL_free(device->driverdata); 1.8 SDL_free(device); 1.9 } 1.10