Commit 4c981e20 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Fix another leak in tests.

parent f6bfa459
......@@ -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);
}
}
......
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