[tor-commits] [tor/master] Actually free measured_guardfraction.

nickm at torproject.org nickm at torproject.org
Wed Feb 18 17:14:02 UTC 2015


commit 39a496eeb8ad68087d2f01a0311e553fb2caed1a
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Wed Feb 18 16:36:57 2015 +0000

    Actually free measured_guardfraction.
    
    CID 1270894
---
 src/or/dirvote.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index b54049d..f5694ba 100644
--- a/src/or/dirvote.c
+++ b/src/or/dirvote.c
@@ -1853,6 +1853,7 @@ networkstatus_compute_consensus(smartlist_t *votes,
     smartlist_free(exitsummaries);
     tor_free(bandwidths_kb);
     tor_free(measured_bws_kb);
+    tor_free(measured_guardfraction);
   }
 
   /* Mark the directory footer region */





More information about the tor-commits mailing list