From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id A4B219A8F for ; Tue, 19 May 2015 23:58:42 +0200 (CEST) Received: by wicmx19 with SMTP id mx19so131494268wic.0 for ; Tue, 19 May 2015 14:58:42 -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=RYQgU98q7eNq4nMO8xf5NAWmvHWbcZhJofP7iuw+pNY=; b=aGkWQyG+TgQyDY8rTuBAOeMjJOh0C4utT8Wpkv1lq/Ad2O+37KZ/CsrBbNqEllTfcd 7DxBBcFrNXF0o49MSFZzHSY48fmA7LfkcZWyNa+BP7fSaMMDgf1nRoaA7z3MNpbDQ3Kv QuJp/TlEiNvvP+P1mUD/fNp7yf5E8HmXC4fUqQoGDBu1H0XP2fCOdpo5r5OrluBhNN4F QntNMdjxiKdfHdS3+S2mqVR4Q3cP34C2+5gK88WaVnhgeKyluHuueWC0MDWR3X8n361t /2QGBq3uIQ6FdgoOwpbGBy1lFAlchKLJzeYYrQuHVlT+hkVFrKYCdpek3RCQaz23xdAK 0xcg== X-Gm-Message-State: ALoCoQkc2tkgUfZs6lIJXhvJwqL3Jh2BhEwBIp3hgTDPB3ND31V8zsVTxkS46IKA84pVtQMGu2R/ X-Received: by 10.180.80.197 with SMTP id t5mr35462054wix.63.1432072722477; Tue, 19 May 2015 14:58:42 -0700 (PDT) Received: from xps13.localnet (2E6B6683.dsl.pool.telekom.hu. [46.107.102.131]) by mx.google.com with ESMTPSA id n1sm309210wix.0.2015.05.19.14.58.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 May 2015 14:58:41 -0700 (PDT) From: Thomas Monjalon To: eziegenb Date: Tue, 19 May 2015 23:57:57 +0200 Message-ID: <1872543.KknFkYgJx8@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <1432065275-26905-1-git-send-email-eziegenb@brocade.com> References: <1432065275-26905-1-git-send-email-eziegenb@brocade.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] Mem: Fixes small memory leak due to missing free. 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: Tue, 19 May 2015 21:58:42 -0000 Hi, 2015-05-19 12:54, eziegenb: > A function in cmdline.c has a return that does not free buf properly. > > Signed-off-by: eziegenb Is it possible to have your real name? Thanks