Author: jgardou
Date: Sun Mar 28 01:51:25 2010
New Revision: 46508
URL:
http://svn.reactos.org/svn/reactos?rev=46508&view=rev
Log:
[WIN32K]
Close another pair of DC_lockDc DC_UnlockDc.
Modified:
branches/reactos-yarotows/subsystems/win32/win32k/objects/dcobjs.c
Modified: branches/reactos-yarotows/subsystems/win32/win32k/objects/dcobjs.c
URL:
http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win…
==============================================================================
--- branches/reactos-yarotows/subsystems/win32/win32k/objects/dcobjs.c [iso-8859-1]
(original)
+++ branches/reactos-yarotows/subsystems/win32/win32k/objects/dcobjs.c [iso-8859-1] Sun
Mar 28 01:51:25 2010
@@ -352,6 +352,7 @@
if (pPath->state != PATH_Closed)
{
SetLastWin32Error(ERROR_CAN_NOT_COMPLETE);
+ DC_UnlockDc(pdc);
return FALSE;
}