Skip to content

Commit

Permalink
Fixed crash on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 16, 2004
1 parent bd51a7f commit ec068fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/video/directfb/SDL_DirectFB_video.c
Expand Up @@ -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);
Expand Down

0 comments on commit ec068fb

Please sign in to comment.