[IPV4]: Fix memory leak during fib_info hash expansion.
authorDavid S. Miller <davem@davemloft.net>
Fri, 5 Aug 2005 11:12:48 +0000 (04:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Aug 2005 11:12:48 +0000 (04:12 -0700)
commitb7656e7f2944984befa3ab99a5b99f99a23b302b
treebd7281aac296d0d0f7eac7989726f540318236fc
parent2f60f8d3573ff90fe5d75a6d11fd2add1248e7d6
[IPV4]: Fix memory leak during fib_info hash expansion.

When we grow the tables, we forget to free the olds ones
up.

Noticed by Yan Zheng.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_semantics.c