Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp: must free metrics at net dismantle
We currently leak all tcp metrics at struct net dismantle time. tcp_net_metrics_exit() frees the hash table, we must first iterate it to free all metrics. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information