summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-02-18 16:36:57 +0000
committerYawning Angel <yawning@schwanenlied.me>2015-02-18 16:36:57 +0000
commit39a496eeb8ad68087d2f01a0311e553fb2caed1a (patch)
treef0256bf4e784af17782dd7258078db4a6aeb3348
parent6378bcf4b9039ae563d793c97f2399feaf959750 (diff)
downloadtor-39a496eeb8ad68087d2f01a0311e553fb2caed1a.tar.gz
tor-39a496eeb8ad68087d2f01a0311e553fb2caed1a.zip
Actually free measured_guardfraction.
CID 1270894
-rw-r--r--src/or/dirvote.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index b54049d5de..f5694bab62 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 */