mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[win32k]
- GreSetPointerShape: Don't cleanup the XLATEOBJ when it wasn't initialized. - Found by Amine Khaldi svn path=/trunk/; revision=42625
This commit is contained in:
parent
d05d3811ed
commit
f928fd8906
1 changed files with 3 additions and 3 deletions
|
@ -686,11 +686,11 @@ GreSetPointerShape(
|
|||
fl | SPS_CHANGE);
|
||||
|
||||
/* Cleanup */
|
||||
if (hbmColor)
|
||||
EXLATEOBJ_vCleanup(&exlo);
|
||||
|
||||
if (psurfColor)
|
||||
{
|
||||
EXLATEOBJ_vCleanup(&exlo);
|
||||
SURFACE_ShareUnlockSurface(psurfColor);
|
||||
}
|
||||
|
||||
if (psurfMask)
|
||||
SURFACE_ShareUnlockSurface(psurfMask);
|
||||
|
|
Loading…
Reference in a new issue