From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [patch] openvswitch: small potential memory leak in ovs_vport_alloc() Date: Tue, 06 Dec 2011 12:59:09 -0500 (EST) Message-ID: <20111206.125909.79679060316604834.davem@davemloft.net> References: <20111206062707.GA8433@elgon.mountain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org To: jesse-l0M0P4e3n4LQT0dZR+AlfA@public.gmane.org Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org Errors-To: dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org List-Id: netdev.vger.kernel.org From: Jesse Gross Date: Tue, 6 Dec 2011 09:32:13 -0800 > On Mon, Dec 5, 2011 at 10:27 PM, Dan Carpenter wrote: >> We're unlikely to hit this leak, but the static checkers complain if we >> don't take care of it. >> >> Signed-off-by: Dan Carpenter > > Acked-by: Jesse Gross Applied, thanks.