aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 13:00:56 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 13:00:56 -0400
commitfe2588a5a8560c8cb03345b3caaaf906655c34a1 (patch)
tree51f449eb77966d3990ba4cd53f89fccbb2f4733c /src/or
parent25226fb260a6b5f93187b707ec35f06637fbe710 (diff)
parent1385a5118d55edd3dd672eeb793b662853f30758 (diff)
downloadtor-fe2588a5a8560c8cb03345b3caaaf906655c34a1.tar.gz
tor-fe2588a5a8560c8cb03345b3caaaf906655c34a1.zip
Merge branch 'maint-0.3.1' into maint-0.3.2
Diffstat (limited to 'src/or')
-rw-r--r--src/or/routerlist.c2
-rw-r--r--src/or/shared_random_state.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index af4f67dc12..95b39d3571 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -2758,6 +2758,8 @@ frac_nodes_with_descriptors(const smartlist_t *sl,
if (node_has_descriptor(node))
n_with_descs++;
});
+
+ tor_free(bandwidths);
return ((double)n_with_descs) / (double)smartlist_len(sl);
}
diff --git a/src/or/shared_random_state.c b/src/or/shared_random_state.c
index ae904cfda3..812c6e4e00 100644
--- a/src/or/shared_random_state.c
+++ b/src/or/shared_random_state.c
@@ -443,6 +443,7 @@ disk_state_parse_commits(sr_state_t *state,
if (commit == NULL) {
/* Ignore badly formed commit. It could also be a authority
* fingerprint that we don't know about so it shouldn't be used. */
+ smartlist_free(args);
continue;
}
/* We consider parseable commit from our disk state to be valid because