From: Mauro Carvalho Chehab Date: Mon, 15 Oct 2007 18:43:50 +0000 (-0300) Subject: V4L/DVB (12805): tm6000: Fix a memory leak at tm6000-video X-Git-Tag: v2.6.35-rc1~480^2~501 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a1641450e769f534df4d1217f3feec8e38ea37;p=pandora-kernel.git V4L/DVB (12805): tm6000: Fix a memory leak at tm6000-video if a transfer buffer allocation fails, the last allocated urb is leaked (it hasn't been stored in dev->urb[] yet so tm6000_uninit_isoc misses it). The patch also includes a small typo fix. Thanks to Florin Malita for pointing this. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed