[NETFILTER]: PPTP conntrack: fix GRE keymap leak
authorPatrick McHardy <kaber@trash.net>
Wed, 20 Sep 2006 19:11:12 +0000 (12:11 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:20:19 +0000 (15:20 -0700)
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>

No differences found