Skip to content
Snippets Groups Projects
Commit f3c8eb38 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard
Browse files

wsdapi/tests: Fix a memory leak (Valgrind).

parent 8868cff2
Branches
Tags
No related merge requests found
......@@ -604,6 +604,7 @@ static void XMLContext_AddNameToNamespace_tests(void)
/* Apparently wsdapi always leaves the namespace names array as empty */
ok(ns2->Names == NULL, "Names array is not empty\n");
ok(ns2->NamesCount == 0, "NamesCount is not 0 (value = %d)\n", ns2->NamesCount);
WSDFreeLinkedMemory(ns2);
}
IWSDXMLContext_Release(context);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment