mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Memory leak in tor_cert_parse. CID 1301382.
This commit is contained in:
parent
3df6f8591d
commit
83ad7d2fbb
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@ test_routerkeys_ed_keys_init_all(void *arg)
|
|||
done:
|
||||
tor_free(dir);
|
||||
tor_free(options);
|
||||
tor_cert_free(link_cert);
|
||||
routerkeys_free_all();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue