]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
No, coverity, this is not a memory leak. 1268065
authorNick Mathewson <nickm@torproject.org>
Mon, 16 Feb 2015 20:42:48 +0000 (15:42 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 16 Feb 2015 20:42:48 +0000 (15:42 -0500)
src/or/config.c

index 8d15d0df2fe6b4daef18f745ab967cac79036edc..70ae2c02fccf2727c4101dd0f2202f6c60f7522c 100644 (file)
@@ -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;
 }