From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 525BB1B067 for ; Wed, 1 Aug 2018 18:51:35 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C836E6883E; Wed, 1 Aug 2018 16:51:34 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.61]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7EB932026D68; Wed, 1 Aug 2018 16:51:34 +0000 (UTC) From: Aaron Conole To: Thomas Monjalon Cc: dev@dpdk.org References: <20180722105545.3916-1-aconole@redhat.com> <20180722111656.7982-1-aconole@redhat.com> <21024516.0UGXuyBrFv@xps> Date: Wed, 01 Aug 2018 12:51:34 -0400 In-Reply-To: <21024516.0UGXuyBrFv@xps> (Thomas Monjalon's message of "Wed, 01 Aug 2018 18:30:22 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Wed, 01 Aug 2018 16:51:34 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Wed, 01 Aug 2018 16:51:34 +0000 (UTC) for IP:'10.11.54.4' DOMAIN:'int-mx04.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'aconole@redhat.com' RCPT:'' 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: Wed, 01 Aug 2018 16:51:35 -0000 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.