mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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
Block a user