commit | e7222ca9b4e6c6cdabedd8d33da59263ace85a02 | [log] [tgz] |
---|---|---|
author | Florin Malita <fmalita@gmail.com> | Mon Oct 15 12:59:18 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Mon Oct 22 12:01:49 2007 -0200 |
tree | 4be415d5c0c9d770543c464ff2b2540542a7cba5 | |
parent | 2f7362ef9bc9c41436c7f44212a2dcf12dddffbf [diff] |
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 <fmalita@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>