Skip to content

Commit 98536fa

Browse files
committed
add missing dsa_free to _dsa_wycheproof_test - fixes #303
1 parent f4802ef commit 98536fa

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)