From ec068fb95630d7ed047739a6a7b08f6ce1320d2b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 16 May 2004 19:02:19 +0000 Subject: [PATCH] Fixed crash on exit --- src/video/directfb/SDL_DirectFB_video.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/video/directfb/SDL_DirectFB_video.c b/src/video/directfb/SDL_DirectFB_video.c index 051972c5d..e27824df7 100644 --- a/src/video/directfb/SDL_DirectFB_video.c +++ b/src/video/directfb/SDL_DirectFB_video.c @@ -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);