From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] crypto: fix memory leak Date: Fri, 22 Jul 2016 11:02:15 +0200 Message-ID: <3158351.oxP5ozEVNL@xps13> References: <1468846036-228978-1-git-send-email-pablo.de.lara.guarch@intel.com> <1468848064-19131-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com, reshma.pattan@intel.com, john.nmcnamara@intel.com To: Pablo de Lara Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 7CB2C4AAD for ; Fri, 22 Jul 2016 11:02:17 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id o80so56964577wme.1 for ; Fri, 22 Jul 2016 02:02:17 -0700 (PDT) In-Reply-To: <1468848064-19131-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-18 14:21, Pablo de Lara: > When parsing the parameters for virtual device initialization, > rte_kvargs structure was being freed only if there was an error, > not when parsing was successful. > > Coverity issue: 124568 > > Fixes: f3e764fa2fb7 ("cryptodev: uninline parameter parsing") > > Signed-off-by: Pablo de Lara > Acked-by: Reshma Pattan Applied, thanks