[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 39a496eeb8ad68087d2f01a0311e553fb2caed1a
Author: Yawning Angel <yawning@xxxxxxxxxxxxxxx>
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 */



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits