Author: tkreuzer
Date: Sat Jul 11 05:05:05 2009
New Revision: 41856
URL:
http://svn.reactos.org/svn/reactos?rev=41856&view=rev
Log:
Fix cleanup in EBRUSHOBJ_vUpdate, that I commented out for testing purposes.
Modified:
trunk/reactos/subsystems/win32/win32k/eng/engbrush.c
Modified: trunk/reactos/subsystems/win32/win32k/eng/engbrush.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/en…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/eng/engbrush.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/eng/engbrush.c [iso-8859-1] Sat Jul 11 05:05:05
2009
@@ -219,7 +219,7 @@
EBRUSHOBJ_vUpdate(EBRUSHOBJ *pebo, PBRUSH pbrush, PDC pdc)
{
/* Cleanup the brush */
-// EBRUSHOBJ_vCleanup(pebo);
+ EBRUSHOBJ_vCleanup(pebo);
/* Reinitialize */
EBRUSHOBJ_vInit(pebo, pbrush, pdc);