diff options
-rw-r--r-- | src/or/consdiffmgr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/consdiffmgr.c b/src/or/consdiffmgr.c index 068f9c5ea7..72a4f01dd8 100644 --- a/src/or/consdiffmgr.c +++ b/src/or/consdiffmgr.c @@ -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) { |