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

16 Feb
2015
16 Feb
'15
9:08 p.m.
commit 2fe139473dac978a8982d7759c5661588d2cfec5 Author: Nick Mathewson <nickm@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; }
3782
Age (days ago)
3782
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org