asn1: Fix leaks in two tests

This commit is contained in:
Nicolas Williams
2020-12-31 23:00:39 -06:00
parent 7f1cfb0396
commit 333af2051c
2 changed files with 6 additions and 5 deletions

View File

@@ -265,6 +265,7 @@ test_ber(void)
if (ret)
return 1;
free_ContentInfo(&ci);
return 0;
}