commit | fd5e3befa405ea64d4db6b393b821644bf963c57 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Sep 20 12:11:12 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 15:20:19 2006 -0700 |
tree | 8e8519eb437b20a457c0c8897269216c1fa5622a | |
parent | 62fbe9c82b20197a4f9c54f7add5d368418ba277 [diff] |
[NETFILTER]: PPTP conntrack: fix GRE keymap leak When destroying the GRE expectations without having seen the GRE connection the keymap entry is not freed, leading to a memory leak and, in case of a following call within the same session, failure during expectation setup. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>