Mercurial > sdl-ios-xcode
comparison src/video/cocoa/SDL_cocoaclipboard.h @ 4897:c3eb55210a90
SDL_DestroyWindow is setting window->magic to NULL too early. -
window->magic is also checked in SDL_DestroyRenderer. All cleanup code
like freeing the renderer and textures is not executed.
The patch moves window_magic = NULL behind the SDL_DestroyRenderer call.
Kind regards,
André
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 27 Sep 2010 00:49:34 -0700 |
parents | 524dfefd554c |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
4896:d72e28642940 | 4897:c3eb55210a90 |
---|