From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftnl PATCH 1/6] src: chain: Free memory in the same function that is reserved Date: Mon, 30 Jun 2014 12:42:00 +0200 Message-ID: <20140630104200.GA6348@localhost> References: <1403800740-10572-1-git-send-email-anarey@gmail.com> <1403800740-10572-2-git-send-email-anarey@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Ana Rey Return-path: Received: from mail.us.es ([193.147.175.20]:56045 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751264AbaF3KmF (ORCPT ); Mon, 30 Jun 2014 06:42:05 -0400 Content-Disposition: inline In-Reply-To: <1403800740-10572-2-git-send-email-anarey@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Jun 26, 2014 at 06:38:55PM +0200, Ana Rey wrote: > Free memory in the same function that is reserved. Applied, thanks.