Commit 3bf156a8 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

setupapi/tests: Fix a memory leak.

Found by Valgrind.
parent 298051ab
......@@ -304,6 +304,7 @@ static void test_StringTableLookUpStringEx(void)
ok(!memcmp(buffer, &data, 4), "unexpected data\n");
pStringTableDestroy(table);
pStringTableDestroy(table2);
}
static void test_StringTableStringFromId(void)
......
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