mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
minor fix
svn path=/trunk/; revision=1427
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* entry.c
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
* $Author: jfilby $
|
||||
* $Date: 2000/10/14 22:40:17 $
|
||||
* $Date: 2000/11/16 21:45:54 $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -279,8 +279,8 @@ VOID VGADDIDisableSurface(IN DHPDEV PDev)
|
||||
EngFreeMem(pdsurf->BankBufferPlane0);
|
||||
}
|
||||
CHECKPOINT;
|
||||
if (ppdev->PointerAttributes != NULL) {
|
||||
EngFreeMem(ppdev->PointerAttributes);
|
||||
if (ppdev->pPointerAttributes != NULL) {
|
||||
EngFreeMem(ppdev->pPointerAttributes);
|
||||
}
|
||||
CHECKPOINT;
|
||||
// free any pending saved screen bit blocks
|
||||
|
||||
Reference in New Issue
Block a user