Author: tkreuzer
Date: Thu May 27 00:33:10 2010
New Revision: 47367
URL:
http://svn.reactos.org/svn/reactos?rev=47367&view=rev
Log:
[WIN32K]
GreGradientFill: don't forget to unlock the DC
Modified:
trunk/reactos/subsystems/win32/win32k/objects/fillshap.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/fillshap.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ob…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/fillshap.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/fillshap.c [iso-8859-1] Thu May 27
00:33:10 2010
@@ -955,6 +955,8 @@
if (ppal)
PALETTE_UnlockPalette(ppal);
+ DC_UnlockDc(pdc);
+
return bRet;
}