]> granicus.if.org Git - libevent/commit
Fix several memory leaks in the unit tests.
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Sep 2014 16:40:38 +0000 (12:40 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Sep 2014 16:40:38 +0000 (12:40 -0400)
commit89c1a3b7fe91a5132f854be9f672b0daa368cf7d
tree26634ed5b59487131205c65d53f9941bade5372f
parent364c110687a7fc3e1fa0c6c197c1d0d937ba9131
Fix several memory leaks in the unit tests.

Also add a comment to buffer.c about why we call
evbuffer_file_segment_free on failure to add the segment.
buffer.c
test/regress.c
test/regress_buffer.c
test/regress_dns.c
test/regress_http.c
test/regress_ssl.c
test/regress_thread.c