From: Sven Baars sbaars@codeweavers.com
--- dlls/adsldp/tests/ldap.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/adsldp/tests/ldap.c b/dlls/adsldp/tests/ldap.c index 7404b62a231..8373f0d82a5 100644 --- a/dlls/adsldp/tests/ldap.c +++ b/dlls/adsldp/tests/ldap.c @@ -449,6 +449,7 @@ static void test_DirectorySearch(void)
hr = IDirectorySearch_FreeColumn(ds, &col); ok(hr == S_OK, "got %#lx\n", hr); + FreeADsMem(name); }
name = (void *)0xdeadbeef;