Commit 2aaef5e4 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

netcfgx: Fix memory leak (valgrind).

parent e95f42fc
......@@ -74,6 +74,7 @@ static void create_configuration(void)
hr = INetCfgLock_ReleaseWriteLock(netlock);
ok(hr == S_OK, "got 0x%08x\n", hr);
INetCfgLock_Release(netlock);
INetCfg_Release(config);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment