mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 01:18:29 +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);
|
fl | SPS_CHANGE);
|
||||||
|
|
||||||
/* Cleanup */
|
/* Cleanup */
|
||||||
if (hbmColor)
|
|
||||||
EXLATEOBJ_vCleanup(&exlo);
|
|
||||||
|
|
||||||
if (psurfColor)
|
if (psurfColor)
|
||||||
|
{
|
||||||
|
EXLATEOBJ_vCleanup(&exlo);
|
||||||
SURFACE_ShareUnlockSurface(psurfColor);
|
SURFACE_ShareUnlockSurface(psurfColor);
|
||||||
|
}
|
||||||
|
|
||||||
if (psurfMask)
|
if (psurfMask)
|
||||||
SURFACE_ShareUnlockSurface(psurfMask);
|
SURFACE_ShareUnlockSurface(psurfMask);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue