mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
No need to unlock, if locking failed. Fixes CID 186.
svn path=/trunk/; revision=36767
This commit is contained in:
parent
55c21fd29a
commit
5c169cc017
1 changed files with 0 additions and 1 deletions
|
@ -1850,7 +1850,6 @@ UserShowCursor(BOOL bShow)
|
|||
BitmapObj = BITMAPOBJ_LockBitmap(dcbmp);
|
||||
if ( !BitmapObj )
|
||||
{
|
||||
BITMAPOBJ_UnlockBitmap(BitmapObj);
|
||||
return showpointer; /* No Mouse */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue