changeset 893:8762a202f121

Fixed crash on exit
author Sam Lantinga <slouken@libsdl.org>
date Sun, 16 May 2004 19:02:19 +0000
parents dc29e5907694
children 1d1a823904d8
files src/video/directfb/SDL_DirectFB_video.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_video.c	Sun May 16 18:46:24 2004 +0000
+++ b/src/video/directfb/SDL_DirectFB_video.c	Sun May 16 19:02:19 2004 +0000
@@ -1104,9 +1104,6 @@
       HIDDEN->c2frame = NULL;
     }
 
-  this->screen->hwdata->surface = NULL;
-  this->screen->hwdata->palette = NULL;
-
   if (HIDDEN->eventbuffer)
     {
       HIDDEN->eventbuffer->Release (HIDDEN->eventbuffer);