- Fix for crash on gui exit caused by trying to free an uninitialized

variable.

svn path=/trunk/; revision=8540
This commit is contained in:
David Welch 2004-03-04 23:11:43 +00:00
parent 45a3ee5da7
commit c77f9d0572

View file

@ -1,9 +1,9 @@
/*
* entry.c
*
* $Revision: 1.1 $
* $Author: navaraf $
* $Date: 2004/01/10 14:39:20 $
* $Revision: 1.2 $
* $Author: dwelch $
* $Date: 2004/03/04 23:11:43 $
*
*/
@ -487,6 +487,9 @@ DrvEnableSurface(IN DHPDEV PDev)
pdsurf->Scan0 = ppdev->fbScreen;
pdsurf->BitmapStart = ppdev->fbScreen;
pdsurf->StartBmp = ppdev->fbScreen;
pdsurf->BankInfo = NULL;
pdsurf->BankInfo2RW = NULL;
pdsurf->BankBufferPlane0 = NULL;
/* pdsurf->Conv = &ConvertBuffer[0]; */