From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] service: fix possible mem leak on initialize Date: Thu, 25 Jan 2018 23:12:26 +0100 Message-ID: <2159438.MooJQC6VvW@xps> References: <1516813367-163213-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, vipin.varghese@intel.com, stable@dpdk.org To: Harry van Haaren Return-path: In-Reply-To: <1516813367-163213-1-git-send-email-harry.van.haaren@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/01/2018 18:02, Harry van Haaren: > This commit ensures that if that if we run out of memory > during the initialization of the service library, that the > first allocated memory is correctly freed instead of leaked. > > Fixes: 21698354c832 ("service: introduce service cores concept") > Cc: stable@dpdk.org > > Reported-by: Vipin Varghese > Signed-off-by: Harry van Haaren Applied, thanks