crypt32: Fix another leak in tests.

This commit is contained in:
Juan Lang 2007-11-08 08:55:10 -08:00 committed by Alexandre Julliard
parent f6bfa45970
commit 4c981e20ef
1 changed files with 1 additions and 0 deletions

View File

@ -5036,6 +5036,7 @@ static void test_decodePKCSAttribute(DWORD dwEncoding)
"Unexpected size %d\n", attr->rgValue[0].cbData);
ok(!memcmp(attr->rgValue[0].pbData, ints[0].encoded,
attr->rgValue[0].cbData), "Unexpected value\n");
LocalFree(buf);
}
}