From: Jesper Juhl Date: Sun, 6 Feb 2011 20:49:02 +0000 (-0300) Subject: [media] TTUSB DVB: ttusb_boot_dsp() needs to release_firmware() or it leaks memory X-Git-Tag: v2.6.39-rc1~86^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0fd56a4fbb92999554a2e417924796c2ad2f8f;p=pandora-kernel.git [media] TTUSB DVB: ttusb_boot_dsp() needs to release_firmware() or it leaks memory In drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c:ttusb_boot_dsp() we need to call release_firmware(fw) before returning or we'll leak - no matter if we succeed or fail. Signed-off-by: Jesper Juhl Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed