diff options
author | Yawning Angel <yawning@schwanenlied.me> | 2015-02-18 16:36:57 +0000 |
---|---|---|
committer | Yawning Angel <yawning@schwanenlied.me> | 2015-02-18 16:36:57 +0000 |
commit | 39a496eeb8ad68087d2f01a0311e553fb2caed1a (patch) | |
tree | f0256bf4e784af17782dd7258078db4a6aeb3348 /src/or/dirvote.c | |
parent | 6378bcf4b9039ae563d793c97f2399feaf959750 (diff) | |
download | tor-39a496eeb8ad68087d2f01a0311e553fb2caed1a.tar.gz tor-39a496eeb8ad68087d2f01a0311e553fb2caed1a.zip |
Actually free measured_guardfraction.
CID 1270894
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r-- | src/or/dirvote.c | 1 |
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 */ |