Commit fd0bae8c authored by Sam Lantinga's avatar Sam Lantinga

Fixed crash on exit

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40894
parent 01baa898
...@@ -1104,9 +1104,6 @@ void DirectFB_VideoQuit(_THIS) ...@@ -1104,9 +1104,6 @@ void DirectFB_VideoQuit(_THIS)
HIDDEN->c2frame = NULL; HIDDEN->c2frame = NULL;
} }
this->screen->hwdata->surface = NULL;
this->screen->hwdata->palette = NULL;
if (HIDDEN->eventbuffer) if (HIDDEN->eventbuffer)
{ {
HIDDEN->eventbuffer->Release (HIDDEN->eventbuffer); HIDDEN->eventbuffer->Release (HIDDEN->eventbuffer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment