Re: [PATCH net-next] lwtunnel: fix memory leak

2015-08-18 Thread roopa
On 8/18/15, 9:41 AM, Jiri Benc wrote: The built lwtunnel_state struct has to be freed after comparison. Fixes: 571e722676fe3 (ipv4: support for fib route lwtunnel encap attributes) Signed-off-by: Jiri Benc jb...@redhat.com --- Acked-by: Roopa Prabhu ro...@cumulusnetworks.com looks like this

Re: [PATCH net-next] lwtunnel: fix memory leak

2015-08-18 Thread David Miller
From: Jiri Benc jb...@redhat.com Date: Tue, 18 Aug 2015 18:41:13 +0200 The built lwtunnel_state struct has to be freed after comparison. Fixes: 571e722676fe3 (ipv4: support for fib route lwtunnel encap attributes) Signed-off-by: Jiri Benc jb...@redhat.com Applied. -- To unsubscribe from

[PATCH net-next] lwtunnel: fix memory leak

2015-08-18 Thread Jiri Benc
The built lwtunnel_state struct has to be freed after comparison. Fixes: 571e722676fe3 (ipv4: support for fib route lwtunnel encap attributes) Signed-off-by: Jiri Benc jb...@redhat.com --- include/net/lwtunnel.h | 7 ++- net/ipv4/fib_semantics.c | 10 ++ 2 files changed, 12