Linux Netfilter discussions
 help / color / mirror / Atom feed
* Bug fixed
@ 2002-06-10  8:23 zhongyu
  0 siblings, 0 replies; only message in thread
From: zhongyu @ 2002-06-10  8:23 UTC (permalink / raw)
  To: netfilter

Fix iptable_nat's memory leak problem.

--- linux-orig/net/ipv4/netfilter/ip_nat_core.c Mon Jun 10 16:15:10 2002
+++ linux/net/ipv4/netfilter/ip_nat_core.c Mon Jun 10 16:17:30 2002
@@ -913,4 +913,5 @@
{
ip_ct_selective_cleanup(&clean_nat, NULL);
ip_conntrack_destroyed = NULL;
+ vfree(bysource);
}



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-10  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-10  8:23 Bug fixed zhongyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox