From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Mon,  7 Dec 2015 01:16:37 +0100 (CET)
Received: by wmec201 with SMTP id c201so143217548wme.0
 for <dev@dpdk.org>; Sun, 06 Dec 2015 16:16:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=U9ET3c5XrPHQQrcb8UT2s3snXVLpdd4YH2/vTvBNpco=;
 b=BvKPMEZon0dW9hdZ6ym6+UpnEiT9QcTE3YIZqH4kn+Cc/DkzSlobQQ2fUo1m0nx4Cv
 2ssC0gjDiz66/mms8KNwp9cRCY4qko7q7vW641r2jgkNbI6SgbIi3ayqX4AYAj8GNYfk
 dG8ZR6KB8xc01RMkt2xVmvug4wn/SvL8p41JX3LvZLE5YEda50FftvWxWtR1TYQodeva
 P0/dDKL/aHaZJRfM1a6syQ8B/XdrfZhAzftQQTVUx+nrXyr0rpuqqnR1NYa3kKxi1L6u
 Nj032p+ZGIavqQu971xfhtqKWHYE06NE4n3Jbkx4u4wyEPV5zhnCc6lRiZptcXfugB5y
 r+uA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=U9ET3c5XrPHQQrcb8UT2s3snXVLpdd4YH2/vTvBNpco=;
 b=Klb9zPm4NZv8XqWTZbFdh8/ISNjLYeaBCu/PHSgVBsDKxTQSRE86OXhLyRg8B09Y2h
 cIkVJ9vrrNVjRaFbN9TeQ3jYILJuE8X6+9GpoB6ovrCULkRtChxuRxZiJENZwn/TsTlO
 8yYcMHJYwtitrjiwSXHB7b0NAT8HIky/rsDtMocA6oO0ZSqvLCq+jbVBAMDMgxvV5Jn+
 oBIq0wzzxQ/Iucf2xLKWWqnBJ1Ct44A5//NMT2WBgY87VHT4MtUwFSDF+mKmE6zvRU/b
 fLmlSGw3l/sPFleHncR5ZokJvuGSb5BZ7UY+7/MOxbkb+ZS23boC9zHa6sD+ElE116Yy
 3U6w==
X-Gm-Message-State: ALoCoQn5IkkThkhRKKLV5sJqSEsCtKgi4saqDf9dkQJbbO+Ni1mk89tilHnqDdqI5bE+J4v7z1I4
X-Received: by 10.194.87.201 with SMTP id ba9mr30281884wjb.125.1449447397251; 
 Sun, 06 Dec 2015 16:16:37 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id uz5sm22573600wjc.8.2015.12.06.16.16.35
 (version=TLSv1/SSLv3 cipher=OTHER);
 Sun, 06 Dec 2015 16:16:36 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Fan Zhang <roy.fan.zhang@intel.com>
Date: Mon, 07 Dec 2015 01:15:25 +0100
Message-ID: <2072153.YWm7gVJx3b@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1448639558-19285-1-git-send-email-roy.fan.zhang@intel.com>
References: <1448639558-19285-1-git-send-email-roy.fan.zhang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] example/ip_pipeline: fix resource leak
	problem.
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Dec 2015 00:16:37 -0000

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 <roy.fan.zhang@intel.com>

Applied, thanks