mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Small leak in ed_key_init_from_file. CID 1301373
This commit is contained in:
@@ -216,6 +216,7 @@ ed_key_init_from_file(const char *fname, uint32_t flags,
|
||||
tor_free(secret_fname);
|
||||
tor_free(public_fname);
|
||||
tor_free(cert_fname);
|
||||
tor_free(got_tag);
|
||||
|
||||
return keypair;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user