mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 18:22:09 +01:00
Memory leak in tor_cert_parse. CID 1301382.
This commit is contained in:
parent
3df6f8591d
commit
83ad7d2fbb
@ -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…
Reference in New Issue
Block a user