mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 09:06:29 -05:00
Fixed crash on exit
This commit is contained in:
@@ -1104,9 +1104,6 @@ void DirectFB_VideoQuit(_THIS)
|
||||
HIDDEN->c2frame = NULL;
|
||||
}
|
||||
|
||||
this->screen->hwdata->surface = NULL;
|
||||
this->screen->hwdata->palette = NULL;
|
||||
|
||||
if (HIDDEN->eventbuffer)
|
||||
{
|
||||
HIDDEN->eventbuffer->Release (HIDDEN->eventbuffer);
|
||||
|
||||
Reference in New Issue
Block a user