iptables plugin: Fix a segfault in the shutdown code.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 8 May 2007 21:06:20 +0000 (23:06 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 8 May 2007 21:06:20 +0000 (23:06 +0200)
commit00e7aa5a3440dcfb1778109600ee0613a030ebeb
tree111417f60f6e96161eb38081716d10ad643f8c40
parent71172f66592ef942ad4a092adff54180a699269d
iptables plugin: Fix a segfault in the shutdown code.

That's the problem with macros: `for (...) sfree (ptr);' doesn't work.
src/iptables.c