Fixed crash on exit

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40894
This commit is contained in:
Sam Lantinga 2004-05-16 19:02:19 +00:00
parent 01baa89827
commit fd0bae8ce1

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