From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH 1/2] event/opdl: fix the resource leak issue Date: Wed, 31 Jan 2018 15:13:56 +0530 Message-ID: <20180131094355.GA22413@jerin> References: <1516806351-151804-1-git-send-email-liang.j.ma@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, harry.van.haaren@intel.com, bruce.richardson@intel.com, peter.mccarthy@intel.com To: Liang Ma Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0081.outbound.protection.outlook.com [104.47.32.81]) by dpdk.org (Postfix) with ESMTP id 610D01B74E for ; Wed, 31 Jan 2018 10:44:17 +0100 (CET) Content-Disposition: inline In-Reply-To: <1516806351-151804-1-git-send-email-liang.j.ma@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" -----Original Message----- > Date: Wed, 24 Jan 2018 15:05:50 +0000 > From: Liang Ma > To: dev@dpdk.org > CC: harry.van.haaren@intel.com, bruce.richardson@intel.com, > peter.mccarthy@intel.com, jerin.jacob@caviumnetworks.com > Subject: [PATCH 1/2] event/opdl: fix the resource leak issue > X-Mailer: git-send-email 2.7.5 > > Fixes: d548ef513cd7 ("event/opdl: add unit tests") > Coverity issue: 257004 > > Signed-off-by: Liang Ma Applied this series to dpdk-next-eventdev/master. Thanks.