Commit 3205700b authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Merge branch 'maint-0.3.1' into release-0.3.1

parents 8c2ccf93 911e2dc5
Loading
Loading
Loading
Loading

changes/bug23053

0 → 100644
+5 −0
Original line number Diff line number Diff line
  o Minor bugfixes (memory leak):
    - Fix a small memory leak when validating a configuration that
      uses two or more AF_UNIX sockets for the same port type.
      Fixes bug 23053; bugfix on 0.2.6.3-alpha. This is CID
      1415725.
+1 −0
Original line number Diff line number Diff line
@@ -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) {