From: Florin Malita Date: Mon, 15 Oct 2007 15:59:18 +0000 (-0300) Subject: V4L/DVB (6350): V4L: possible leak in em28xx_init_isoc X-Git-Tag: v2.6.24-rc1~66^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7222ca9b4e6c6cdabedd8d33da59263ace85a02;p=pandora-kernel.git V4L/DVB (6350): V4L: possible leak in em28xx_init_isoc Coverity (CID 1929) spotted the following: if a transfer buffer allocation fails, the last allocated urb is leaked (it hasn't been stored in dev->urb[] yet so em28xx_uninit_isoc misses it). The patch also includes a small typo fix. Signed-off-by: Florin Malita Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed