mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 05:14:25 +00:00
advapi32: Fix a memory leak in test_process_security.
This commit is contained in:
parent
710e23797f
commit
718f1bf1b9
@ -2665,6 +2665,7 @@ static void test_process_security(void)
|
||||
STANDARD_RIGHTS_ALL | SPECIFIC_RIGHTS_ALL );
|
||||
winetest_wait_child_process( info.hProcess );
|
||||
|
||||
FreeSid(EveryoneSid);
|
||||
CloseHandle( info.hProcess );
|
||||
CloseHandle( info.hThread );
|
||||
CloseHandle( event );
|
||||
|
Loading…
Reference in New Issue
Block a user