]> git.tuebingen.mpg.de Git - paraslash.git/commit
filter_chain.c, recv_common.c: Fix another memory leak
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 23:18:14 +0000 (00:18 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 23:18:14 +0000 (00:18 +0100)
commita69f67d9b65659cb6a458b8e489895cb45e60b69
tree21950e05c94ecd63d3fd1230b8202a76385f119e
parentae98d764c5a593eb08414d8f12331c9719398d86
filter_chain.c, recv_common.c: Fix another memory leak

There was still one leak left: argv[0] gets strdupped, but never freed.
NEWS
filter_chain.c
recv_common.c