From bfd112dafa7c1bdce7d03d795dd6dfb388d1f078 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Fri, 13 Jan 2017 19:35:36 +0000 Subject: [PATCH] - Fix leak. svn path=/trunk/; revision=73543 --- reactos/win32ss/user/ntuser/painting.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/win32ss/user/ntuser/painting.c b/reactos/win32ss/user/ntuser/painting.c index a5f86cb0095..61306173ab9 100644 --- a/reactos/win32ss/user/ntuser/painting.c +++ b/reactos/win32ss/user/ntuser/painting.c @@ -383,6 +383,7 @@ IntSendChildNCPaint(PWND pWnd) UserDerefObjectCo(Child); } } + ExFreePoolWithTag(List, USERTAG_WINDOWLIST); } /* FIXME : Use snap shot mode until window death is fixed while surfing menus! Fix CORE-12085 and CORE-12071. pWnd = pWnd->spwndChild;