From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omar Ramirez Luna Subject: Re: [PATCH 2/2] dspbridge: proc: fix a double-free on 2 error paths Date: Thu, 18 Feb 2010 17:53:38 -0600 Message-ID: <4B7DD302.6010007@ti.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:59128 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751782Ab0BRXxm (ORCPT ); Thu, 18 Feb 2010 18:53:42 -0500 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Phil Carmody Cc: "Menon, Nishanth" , "linux-omap@vger.kernel.org" On 2/12/2010 10:26 AM, Phil Carmody wrote: > From: Phil Carmody > > We free in the tail cleanup, so don't free before jumping there. > > Signed-off-by: Phil Carmody > --- > drivers/dsp/bridge/rmgr/proc.c | 8 +++++--- > 1 files changed, 5 insertions(+), 3 deletions(-) > Removed NULL assignment as agreed. Acked-by: Omar Ramirez Luna Pushed to dspbridge. - omar