]> git.tuebingen.mpg.de Git - paraslash.git/commit
filter_chain(): Fix memory leak in parse_filter_args
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 22:47:57 +0000 (23:47 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 22:47:57 +0000 (23:47 +0100)
commit040460734d8fae886b8ed94f050d6e7902b83053
treeb19df5a306a403856172dc83e80bf8709dccc331
parent5ac60f47e2404603690ae509252a852ac2d74c61
filter_chain(): Fix memory leak in parse_filter_args

Same bug as in parse_receiver_args(): argv must be freed (see previous patch).
filter_chain.c