commit | b9d4b2da35d44117831c3382710f12a1f9965ed5 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Mon Jun 10 16:00:54 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Jun 21 15:06:51 2013 -0300 |
tree | 2f058c88c1761b2511fe89485ac2629599b0b8be | |
parent | 4ef72e347112a834fbd6944565b1f63d4af19c8a [diff] |
[media] ttusb-budget: fix memory leak in ttusb_probe() If something goes wrong starting from i2c_add_adapter(), ttusb->iso_urb[] and ttusb itself are not deallocated. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>