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 740D5A04DE for ; Fri, 30 Oct 2020 13:36:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 41EA1C864; Fri, 30 Oct 2020 13:36:00 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 11E94C864 for ; Fri, 30 Oct 2020 13:35:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604061356; 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=DCNClvGcYqudEVbtHFLlG8SeoQBnTLNT7rMnAwRAw30=; b=CiPXCMpc1cjLNE3OnkNLCRqxVEoFs/5U9HjPgQ5pzmo+ykCaS0NMxrWfMaV1ee9+H5dR9s nerc3+SYbn6riRdC2BIPwBeHhwzcJGaj4PE+UX0XrDIPbHdOqs3X0wrgZqGShP/BHKQVVW KY8WRYjAyX4DVbB4imSs6/I8ICJJMnA= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-233-7GIO7d1gNCuGXf9k075mRw-1; Fri, 30 Oct 2020 08:35:53 -0400 X-MC-Unique: 7GIO7d1gNCuGXf9k075mRw-1 Received: by mail-vs1-f69.google.com with SMTP id j11so347210vsj.0 for ; Fri, 30 Oct 2020 05:35:53 -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=DCNClvGcYqudEVbtHFLlG8SeoQBnTLNT7rMnAwRAw30=; b=uY889qWK+tPPVjrM784Zk5E6Vj3mr5smRsW6g3HvIPfkEtpGm8iaRtnaicrhpc0QBX B9p1tqb+lGfyOtbjJVQg/Wuf+SaXTwKuvZEL7JZu6PGFcbTnJVpuNwX7a5mvwqpcdS8Y puswVxo/A+963qldHhDPIOjqxUGQwDSxWVJlNrLMSsJozopZywEDK06ebCzwqWeVGXmi pkbuzl7tMkoNTP8mVjdJQ4jrKYk86Q4YJ0/A1h26LT3FUgPzV3mR/nwmE+gaPvOlykm0 n99VZ6CFc1br3YVoYKzqzpVsnTmmXx0msykHn1XyVshBPfkUEkSdEtty+qLU7ZPS/1Za fszA== X-Gm-Message-State: AOAM533qopeElzdkr71gcYqo72FUWWVov88ROgjRKrA3ZXdfQkBkAUE7 zSohxPuBMGJ8qTjHVCZjx4RZtlW3IJD+5eR6Y+pJolmyPhThbeVJxocPGwYuudNVgoR75eQzZdi 2OtpEDyG4Tc7Os6fIMdAZmMQ= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr6883511vsa.27.1604061352681; Fri, 30 Oct 2020 05:35:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUJQmHaMCDiXGyXh88StD/TU8kF+RYlZHN/o94ZPX1wvDS/mKANjLuEHYZ5N+hq+JoQl8H3aQqt9sOAq4yaM8= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr6883496vsa.27.1604061352485; Fri, 30 Oct 2020 05:35:52 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Fri, 30 Oct 2020 13:35:41 +0100 Message-ID: To: wangyunjian Cc: dev , David Hunt , Rory Sexton , "Lilijun (Jerry)" , xudingke , dpdk stable 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-stable] [dpdk-dev] [PATCH] examples/vm_power: fix resource leak on error path X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Wed, Aug 19, 2020 at 2:55 PM wangyunjian wrote: > > From: Yunjian Wang > > This patch fixes the resource leaks reported by coverity. > > Coverity issue: 337674 > Fixes: 95f648ff9eed ("examples/vm_power: make branch ratio threshold per core") > Cc: stable@dpdk.org > > Signed-off-by: Yunjian Wang This is a duplicate of https://patchwork.dpdk.org/patch/74985/. Took the patch from Rory as it predates this one. -- David Marchand