Re: [PATCH] staging: brcm80211: Fix memory leak after kmalloc failure
From: Stefan Weil <hidden>
Date: 2011-02-24 21:09:49
Also in:
lkml
From: Stefan Weil <hidden>
Date: 2011-02-24 21:09:49
Also in:
lkml
Am 23.02.2011 23:05, schrieb Greg KH:
On Sun, Feb 20, 2011 at 12:29:11AM +0100, Stefan Weil wrote:quoted
This error was spotted by cppcheck: drivers/staging/brcm80211/phy/wlc_phy_lcn.c:4053: error: Memory leak: ptr Cc: Brett Rudley <redacted> Cc: Henry Ptasinski <redacted> Cc: linux-wireless@vger.kernel.org Cc: devel@driverdev.osuosl.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Stefan Weil <redacted> --- drivers/staging/brcm80211/phy/wlc_phy_lcn.c | 1 +What tree did you make this against? This file isn't in the linux-next tree anymore. thanks, greg k-h
The patch was based on git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git. In linux-next, the file was moved to a different directory: from drivers/staging/brcm80211/phy/wlc_phy_lcn.c to drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_lcn.c It still needs the same fix. I'll send a new patch based on latest linux-next. Regards Stefan W.