From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id DFC631DB1 for ; Sun, 25 Oct 2015 23:42:21 +0100 (CET) Received: by wicfv8 with SMTP id fv8so92652604wic.0 for ; Sun, 25 Oct 2015 15:42:21 -0700 (PDT) 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=Flr8JtJA9mK6TPC4HyphOWw8tc8vGycMcJSGLIAZZB8=; b=miIVVq/kJ4tHcam0vnFim6DniEKTtDdJ+e66KT2TdbyYCds0wkUmDdDdn0gmSzlUeh 9g50bSBFA0fz2GqCb1uHOjv4Sks+x2v6X5FxQL/Qz3GzrIxyJQOgPhLHMFDqQIk3R7z2 vtbvd2Et3+mKEb3t/Xz/P58y24NtqOd8D3bcxvfJ/KmRKw8sCMLZHNK6pNMgawW6cLkT IoXIoWQXkO7KXFa4XDNyKL6JWBny/v/GKQKOWj87PeMyfhLyaYPLDlVWfBpaPlSC4XA2 4YmixH8pIseoELaH5EWN8rRnUZFVGwrRjJnLtOpjwmH22qGASzz6Tu/iVn377/5MrOWG 2FHQ== X-Gm-Message-State: ALoCoQk7fUQsHVfbalZbZ2c8sqn+ReBsOyQENTTrISi4Ct5SFET7Dr0iSm1EWGLSMHHALl3dUvWk X-Received: by 10.194.2.34 with SMTP id 2mr16648547wjr.39.1445812941742; Sun, 25 Oct 2015 15:42:21 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id fp4sm11594204wib.24.2015.10.25.15.42.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Oct 2015 15:42:20 -0700 (PDT) From: Thomas Monjalon To: Zhe Tao Date: Sun, 25 Oct 2015 23:41:14 +0100 Message-ID: <3260342.XgEcIzNqV4@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1442826047-4093-1-git-send-email-zhe.tao@intel.com> References: <1442826047-4093-1-git-send-email-zhe.tao@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] eal: change to prevent memory leak in eal debug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2015 22:42:22 -0000 2015-09-21 17:00, Zhe Tao: > Free the memory allocated by the backtrace_symbols > to prevent the memory leak > > Signed-off-by: Zhe Tao Applied, with reverted comparisons: WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test + if (NULL == symb)