]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Actually free measured_guardfraction.
authorYawning Angel <yawning@schwanenlied.me>
Wed, 18 Feb 2015 16:36:57 +0000 (16:36 +0000)
committerYawning Angel <yawning@schwanenlied.me>
Wed, 18 Feb 2015 16:36:57 +0000 (16:36 +0000)
CID 1270894

src/or/dirvote.c

index b54049d5de7843487f0d2116d24f242590075045..f5694bab62cf424241f5e9212dcb952f2d49741d 100644 (file)
@@ -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 */