mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Memory leak in tor_cert_parse. CID 1301382.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user