Fixed crash on exit

This commit is contained in:
Sam Lantinga
2004-05-16 19:02:19 +00:00
parent f67acf7443
commit 8cd47b4750

View File

@@ -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);