Commit 718f1bf1 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

advapi32: Fix a memory leak in test_process_security.

parent 710e2379
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment