mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WIN32K]
- Fix memory leak svn path=/trunk/; revision=52124
This commit is contained in:
@@ -1624,6 +1624,7 @@ co_WinPosSearchChildren(
|
||||
if(pwndChild != NULL)
|
||||
{
|
||||
/* We found a window. Don't send any more WM_NCHITTEST messages */
|
||||
ExFreePool(List);
|
||||
UserDereferenceObject(ScopeWin);
|
||||
return pwndChild;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user