From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 304F3A04B5; Thu, 29 Oct 2020 17:31:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1BE6A4C8F; Thu, 29 Oct 2020 17:31:34 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 69E9F4C8F for ; Thu, 29 Oct 2020 17:31:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603989090; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=S8Lc2equX8kHAZXAwY3uHjALWE6Upr2i5CNI18wY1bY=; b=HmMTtJbpaCW9mvoQyb+60O7GwrepRRcu+xNlz66hmlkg2wZxemQrLMGp//cyWEnXPwJYYo +AsYykAoRBsXLOebQj/2UFe6CWJKN8VuqqgBnYPBjV+CAolF0npGYfot2vd3JOg1WwT/F9 fNTlVuaSoDAwnQZiJsEAHO4AOacB+Ng= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-548-UFRSZ_J-M0OIwmXSEK7F7w-1; Thu, 29 Oct 2020 12:31:29 -0400 X-MC-Unique: UFRSZ_J-M0OIwmXSEK7F7w-1 Received: by mail-vs1-f72.google.com with SMTP id d2so848586vsm.18 for ; Thu, 29 Oct 2020 09:31:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=S8Lc2equX8kHAZXAwY3uHjALWE6Upr2i5CNI18wY1bY=; b=h1fGl5/48B88IDT9Vy1dj42Rpk9tEbOmI5APkG/0U45g05NJ67xfI8v0WyOGjJ0i0f //UJ9bBKta2Oyz23AMkeiseeU3zfUMNHbPQa0z4w9PSwP3g7Dg/i9+v3fbmiyYlfP6bq AFTG2oSFtwUQYFqubUsp5dU+Xf/CfDS5vnTOu49Fqv5w8BA35MQbPaSbeKkiF5KDVkL8 JG4BjKs8d3u4WSmzlWjWilSoDr6trLb51P3QI3rr0t7fPsN7+3Sb/Fc30WYgLMpyyRos 7KojojihrKljDGbMdJKT0KFuObaWAVpxrfwhSL5mVnrJWLAa2+lFDivofEslSc34ijQQ +HdA== X-Gm-Message-State: AOAM532NKd4tf/+t5cm5agrT0m9BPY5bNAHWcs1NS5R6Ti9FlcXqfjFP US/+XT6vh5Bg0ILk4Z3ssrNPU71DMsQScLQrHD2CitLaPYmYA2WOxVD6pMOgBPVTqvXUPmphmQQ i5aiOtbwbkosIm1CKkFY= X-Received: by 2002:a67:d78b:: with SMTP id q11mr3850974vsj.17.1603989088598; Thu, 29 Oct 2020 09:31:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzHj27/HD8eK3p1f5GQzMFzACVGS+TrbWdedbTss0rXOsoEfN2dGnO4oh0wXHw0jSxT7pU/cSXWllzzlMOfESc= X-Received: by 2002:a67:d78b:: with SMTP id q11mr3850948vsj.17.1603989088399; Thu, 29 Oct 2020 09:31:28 -0700 (PDT) MIME-Version: 1.0 References: <20201026212355.8769-1-cristian.dumitrescu@intel.com> In-Reply-To: <20201026212355.8769-1-cristian.dumitrescu@intel.com> From: David Marchand Date: Thu, 29 Oct 2020 17:31:17 +0100 Message-ID: To: Cristian Dumitrescu Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] examples/pipeline: fix resource leak X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Oct 26, 2020 at 10:24 PM Cristian Dumitrescu wrote: > > Coverity issue: 363041 > Fixes: 5074e1d551 ("examples/pipeline: add configuration commands") > > Signed-off-by: Cristian Dumitrescu Applied, thanks. -- David Marchand