Merge branch 'bug23053_029' into maint-0.3.1

This commit is contained in:
Nick Mathewson
2017-07-28 09:50:16 -04:00
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -6864,6 +6864,7 @@ parse_port_config(smartlist_t *out,
SMARTLIST_FOREACH(elts, char *, cp, tor_free(cp));
smartlist_clear(elts);
tor_free(addrport);
tor_free(unix_socket_path);
}
if (warn_nonlocal && out) {