From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal: free leaked storage Date: Sun, 28 Oct 2018 11:30:36 +0100 Message-ID: <1742226.la9BxR3ukZ@xps> References: <20180722105545.3916-1-aconole@redhat.com> <21024516.0UGXuyBrFv@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Aaron Conole Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id CA9C03195 for ; Sun, 28 Oct 2018 11:30:31 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/08/2018 18:51, Aaron Conole: > Thomas Monjalon writes: > > > 22/07/2018 13:16, Aaron Conole: > >> Previously, the logid variable would be leaked when the function > >> returned. > >> > >> Signed-off-by: Aaron Conole > > > > I am not confortable to merge this kind of patch in RC3. > > OK to wait 18.11? > > Sure - please don't forget it, because I probably won't. I forgot :( Now we have a shorter patch: https://patches.dpdk.org/patch/44605/ which supersedes this one.