advapi32/tests: Fix memory leak (found by Smatch).
This commit is contained in:
parent
b78ed57a39
commit
5c1334e775
|
@ -840,6 +840,7 @@ static void test_sequence(void)
|
|||
Sleep(1000);
|
||||
|
||||
CloseServiceHandle(scm_handle);
|
||||
HeapFree(GetProcessHeap(), 0, config);
|
||||
}
|
||||
|
||||
static void test_refcount(void)
|
||||
|
|
Loading…
Reference in New Issue