Explorar o código

No, coverity, this is not a memory leak. 1268065

Nick Mathewson %!s(int64=11) %!d(string=hai) anos
pai
achega
2fe139473d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/or/config.c

+ 1 - 0
src/or/config.c

@@ -6160,6 +6160,7 @@ parse_port_config(smartlist_t *out,
  err:
   SMARTLIST_FOREACH(elts, char *, cp, tor_free(cp));
   smartlist_free(elts);
+  tor_free(unix_socket_path);
   return retval;
 }