setupapi/tests: Fix a memory leak.

Found by Valgrind.
This commit is contained in:
Hans Leidekker 2009-12-08 11:43:42 +01:00 committed by Alexandre Julliard
parent 298051ab37
commit 3bf156a8c5
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ static void test_StringTableLookUpStringEx(void)
ok(!memcmp(buffer, &data, 4), "unexpected data\n"); ok(!memcmp(buffer, &data, 4), "unexpected data\n");
pStringTableDestroy(table); pStringTableDestroy(table);
pStringTableDestroy(table2);
} }
static void test_StringTableStringFromId(void) static void test_StringTableStringFromId(void)