mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
localspl/tests: Fix memory leak (found by Smatch).
This commit is contained in:
parent
938f748b20
commit
1a8001af5b
@ -166,6 +166,7 @@ static void find_installed_ports(void)
|
||||
|
||||
if (!res) {
|
||||
skip("no ports found\n");
|
||||
HeapFree(GetProcessHeap(), 0, pi);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user