From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Jean Subject: Fixed small memory leak into ipt_geoip.c Date: Thu, 16 Dec 2004 21:56:04 -0500 Message-ID: <41C24AC4.8020709@cookinglinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Nicolas Bouliane Return-path: To: netfilter-devel@lists.netfilter.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Hi there, The subject said it all, I was allocating memory for a checkentry()/destroy() refcount but not freeing it.. Current code can be retreived from : svn co http://svn.cookinglinux.org/netfilter/geoip/trunk Bug discovered with nfsim, the netfilter developer's favorite toy. See ya, --peejix