mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Fix memory leak in test_crypto_aes_ctr_testvec
This commit is contained in:
parent
9abd7b8f90
commit
249f3a1664
@ -548,6 +548,7 @@ test_crypto_aes_ctr_testvec(void *arg)
|
||||
|
||||
done:
|
||||
tor_free(mem_op_hex_tmp);
|
||||
crypto_cipher_free(c);
|
||||
}
|
||||
|
||||
/** Run unit tests for our SHA-1 functionality */
|
||||
|
Loading…
Reference in New Issue
Block a user