mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
- Fix a crash while moving minimized MDI window in ConTEXT.
svn path=/trunk/; revision=65743
This commit is contained in:
@@ -599,7 +599,7 @@ DefWndDoSizeMove(PWND pwnd, WORD wParam)
|
||||
* so we must unreference whatever cursor was current at the time we restored the old one.
|
||||
* Maybe it is DragCursor, but maybe it is another one and DragCursor got already freed.
|
||||
*/
|
||||
UserDereferenceObject(OldCursor);
|
||||
if (OldCursor) UserDereferenceObject(OldCursor);
|
||||
#else
|
||||
IntDestroyCursor( hDragCursor, FALSE );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user