From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Josefsson Subject: [Fwd: Bug fixed] Date: 10 Jun 2002 10:50:42 +0200 Sender: netfilter-devel-admin@lists.samba.org Message-ID: <1023699042.19837.77.camel@tux> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: zhongyu Return-path: To: Netfilter-devel Errors-To: netfilter-devel-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Forwarding your patch to netfilter-devel where it belongs. -----Forwarded Message----- From: zhongyu To: netfilter@lists.samba.org Subject: Bug fixed Date: 10 Jun 2002 16:23:34 +0800 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); } -- /Martin Never argue with an idiot. They drag you down to their level, then beat you with experience.