From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] example/ip_pipeline: fix resource leak problem. Date: Mon, 07 Dec 2015 01:15:25 +0100 Message-ID: <2072153.YWm7gVJx3b@xps13> References: <1448639558-19285-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Fan Zhang Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 667BC93A6 for ; Mon, 7 Dec 2015 01:16:37 +0100 (CET) Received: by wmec201 with SMTP id c201so143217548wme.0 for ; Sun, 06 Dec 2015 16:16:37 -0800 (PST) In-Reply-To: <1448639558-19285-1-git-send-email-roy.fan.zhang@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" 2015-11-27 15:52, Fan Zhang: > This patch fix the following Coverity issue: > > Coverity issue: 120147 > Fixes: 7122d30131ad ("examples/ip_pipeline: rework flow classification > pipeline") > > Signed-off-by: Fan Zhang Applied, thanks