[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <OF35572218.B832B62B-ON88257377.0059DA35-88257377.0059F648@us.ibm.com>
Date: Wed, 17 Oct 2007 09:23:39 -0700
From: David Stevens <dlstevens@...ibm.com>
To: Pavel Emelyanov <xemul@...nvz.org>
Cc: David Miller <davem@...emloft.net>, devel@...nvz.org,
Linux Netdev List <netdev@...r.kernel.org>,
netdev-owner@...r.kernel.org
Subject: Re: [PATCH] Fix memory leak in cleanup_ipv6_mibs()
Acked-by: David L Stevens <dlstevens@...ibm.com>
> Signed-off-by: Pavel Emelyanov <xemul@...nvz.org>
>
> ---
>
> diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
> index bc92938..1b1caf3 100644
> --- a/net/ipv6/af_inet6.c
> +++ b/net/ipv6/af_inet6.c
> @@ -747,6 +747,7 @@ static void cleanup_ipv6_mibs(void)
> {
> snmp_mib_free((void **)ipv6_statistics);
> snmp_mib_free((void **)icmpv6_statistics);
> + snmp_mib_free((void **)icmpv6msg_statistics);
> snmp_mib_free((void **)udp_stats_in6);
> snmp_mib_free((void **)udplite_stats_in6);
> }
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists