Nick Mathewson преди 7 години
родител
ревизия
460b923026
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/or/consdiffmgr.c

+ 1 - 0
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) {