]> git.tue.mpg.de Git - paraslash.git/commit
filter.c: Handle filter errors gracefully.
authorAndre Noll <maan@systemlinux.org>
Sun, 20 Apr 2008 18:55:15 +0000 (20:55 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 20 Apr 2008 18:55:15 +0000 (20:55 +0200)
commit9ca92b91c68fb59989f317fea5e7c5e36cab7458
tree41dbb09107d3d719f56ae1d09a0ce665088fba1f
parent37277570a92b1303da006442b68c0c24b6a1fcf9
filter.c: Handle filter errors gracefully.

Free the filter chain struct on errors and do not try to
close filters that haven't been opened.
filter.c