commit | dc8a82ad285dcd2831feb2fd8f7b41ce1f82e243 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Oct 17 19:30:40 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 17 19:30:40 2007 -0700 |
tree | fd5fa85ec9c799d179a747563031a2869664389b | |
parent | 0c2bef49764d0a5a404ae0bd65217f7dadbd1821 [diff] |
[IPV6]: Fix memory leak in cleanup_ipv6_mibs() The icmpv6msg mib statistics is not freed. This is almost not critical for current kernel, since ipv6 module is unloadable, but this can happen on load error and will happen every time we stop the network namespace (when we have one, of course). Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Acked-by: David L Stevens <dlstevens@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>