[ros-diffs] [jgardou] 46508: [WIN32K] Close another pair of DC_lockDc DC_UnlockDc.

jgardou at svn.reactos.org jgardou at svn.reactos.org
Sun Mar 28 01:51:27 CET 2010


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/win32/win32k/objects/dcobjs.c?rev=46508&r1=46507&r2=46508&view=diff
==============================================================================
--- 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;
     }
 




More information about the Ros-diffs mailing list