Skip to content

Commit c2f0675

Browse files
authored
Merge pull request #304 from libtom/pr/fix-303
missing dsa_free
2 parents f4802ef + 98536fa commit c2f0675

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/dsa_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ static int _dsa_wycheproof_test(void)
313313
return CRYPT_FAIL_TESTVECTOR;
314314
}
315315

316+
dsa_free(&key);
316317
return CRYPT_OK;
317318
}
318319

0 commit comments

Comments
 (0)