Skip to content

Commit

Permalink
free der
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Feb 25, 2025
1 parent 2c2666f commit 1e47e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/evp_extra/p_pqdsa_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,8 @@ TEST_P(PQDSAParameterTest, Marshalv2ParseSeed) {
ASSERT_TRUE(CBB_init(cbb.get(), 0));
ASSERT_FALSE(EVP_marshal_private_key_v2(cbb.get(), pkey.get()));
pkey.get()->pkey.pqdsa_key->seed = (uint8_t *)tmp;

OPENSSL_free(der);
}

TEST_P(PQDSAParameterTest, SIGOperations) {
Expand Down

0 comments on commit 1e47e2d

Please sign in to comment.