From: Alexey Khoroshilov Date: Mon, 10 Jun 2013 19:00:54 +0000 (-0300) Subject: [media] ttusb-budget: fix memory leak in ttusb_probe() X-Git-Tag: v3.11-rc1~17^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d4b2da35d44117831c3382710f12a1f9965ed5;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed