mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix cleanup in EBRUSHOBJ_vUpdate, that I commented out for testing purposes.
svn path=/trunk/; revision=41856
This commit is contained in:
parent
aede9079c6
commit
635703bc86
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ NTAPI
|
|||
EBRUSHOBJ_vUpdate(EBRUSHOBJ *pebo, PBRUSH pbrush, PDC pdc)
|
||||
{
|
||||
/* Cleanup the brush */
|
||||
// EBRUSHOBJ_vCleanup(pebo);
|
||||
EBRUSHOBJ_vCleanup(pebo);
|
||||
|
||||
/* Reinitialize */
|
||||
EBRUSHOBJ_vInit(pebo, pbrush, pdc);
|
||||
|
|
Loading…
Reference in a new issue