advapi32/tests: Fix memory leak (found by Smatch).

oldstable
Lionel Debroux 2007-10-20 21:17:17 +02:00 committed by Alexandre Julliard
parent b78ed57a39
commit 5c1334e775
1 changed files with 1 additions and 0 deletions

View File

@ -840,6 +840,7 @@ static void test_sequence(void)
Sleep(1000);
CloseServiceHandle(scm_handle);
HeapFree(GetProcessHeap(), 0, config);
}
static void test_refcount(void)