[tor-commits] [tor/master] No, coverity, this is not a memory leak. 1268065

nickm at torproject.org nickm at torproject.org
Mon Feb 16 21:08:06 UTC 2015


commit 2fe139473dac978a8982d7759c5661588d2cfec5
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Feb 16 15:42:48 2015 -0500

    No, coverity, this is not a memory leak.  1268065
---
 src/or/config.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/or/config.c b/src/or/config.c
index 8d15d0d..70ae2c0 100644
--- a/src/or/config.c
+++ b/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;
 }
 





More information about the tor-commits mailing list