mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
- Fix for crash on gui exit caused by trying to free an uninitialized
variable. svn path=/trunk/; revision=8540
This commit is contained in:
@@ -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]; */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user