From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4F47E21D33; Sun, 28 Oct 2018 06:30:31 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 28 Oct 2018 06:30:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=saZyfubohLRiSr6bb6tv5DwyC0xEsig9VPFdoO+eLLM=; b=Xcc1wUJPtbEv XGoTlrNEjq6KFo//6kqRCe/LGRyeQaA82rn4EdWogtj3bsTYud1DXtW/dBiITBiL UTI/tTbseOup9bx2OcMmTCXalKgHRf5nTzzKf7f0f2CF1lik+r32PP/BsoBHlEN0 KcIII42lgg+PkZt/KL/qQrTfizG5hVI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=saZyfubohLRiSr6bb6tv5DwyC0xEsig9VPFdoO+eL LM=; b=lHI9lpZqJFH4PMD5ozM20waQ2SNNyP7eso3zkuV/6H/9bz3B+ywJSiH0e 970fLXPzSuJLWXMM0q1bh1FeoiJLYW+aANzaFdN0upbpn+A93929vGveALh0jCjs paPjwYZgj1DQtHv4iM8Man2DypVluzExapbJzicYx0kajNE+89JE3ZsSZK5mh1dy /O2cRisJ4Z70D1HHL1JtU+vmazdpdEW1w8Xi6vR9TIHGM+9J58oCYq18YewI6gU8 S6eXp0URFzL3Dp0dVsUXHmlpbSZHcJXyGgdTaXKK3ihwGb/xbsmgfNrxwVfetSKY gYdyRuUGEVI8/NnG0QSJURfCuwYpw== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 38E96102E0; Sun, 28 Oct 2018 06:30:30 -0400 (EDT) From: Thomas Monjalon To: Aaron Conole Cc: dev@dpdk.org Date: Sun, 28 Oct 2018 11:30:36 +0100 Message-ID: <1742226.la9BxR3ukZ@xps> In-Reply-To: References: <20180722105545.3916-1-aconole@redhat.com> <21024516.0UGXuyBrFv@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] eal: free leaked storage X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 10:30:32 -0000 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.