mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
fix a memory leak
This commit is contained in:
parent
6e2eb0afdb
commit
460b923026
@ -1758,6 +1758,7 @@ consensus_queue_compression_work(const char *consensus,
|
||||
config_line_prepend(&job->labels_in, LABEL_SIGNATORIES, signers);
|
||||
tor_free(signers);
|
||||
SMARTLIST_FOREACH(hexvoters, char *, cp, tor_free(cp));
|
||||
smartlist_free(hexvoters);
|
||||
}
|
||||
|
||||
if (background_compression) {
|
||||
|
Loading…
Reference in New Issue
Block a user