[ros-diffs] [tkreuzer] 41856: Fix cleanup in EBRUSHOBJ_vUpdate, that I commented out for testing purposes.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Sat Jul 11 03:05:07 CEST 2009


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/eng/engbrush.c?rev=41856&r1=41855&r2=41856&view=diff
==============================================================================
--- 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);



More information about the Ros-diffs mailing list