ntdll: Fix leak in test_symlinks.
This commit is contained in:
parent
ccab177159
commit
1aa3308fa5
|
@ -748,6 +748,8 @@ static void test_symlinks(void)
|
|||
status = pNtDeleteKey( root );
|
||||
ok( status == STATUS_SUCCESS, "NtDeleteKey failed: 0x%08x\n", status );
|
||||
pNtClose( root );
|
||||
|
||||
pRtlFreeHeap(GetProcessHeap(), 0, target);
|
||||
}
|
||||
|
||||
START_TEST(reg)
|
||||
|
|
Loading…
Reference in New Issue