From: Laurent Pinchart Date: Thu, 22 Jan 2009 15:45:10 +0000 (-0300) Subject: V4L/DVB (10296): uvcvideo: Fix memory leak in input device handling X-Git-Tag: v2.6.30-rc1~621^2~668 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f180152376c984a6faa9decb8f2811c373da9141;p=pandora-kernel.git V4L/DVB (10296): uvcvideo: Fix memory leak in input device handling The dynamically allocated input_dev->phys buffer isn't freed when unregistering the device. As the input layer doesn't provide any release callback, use a fixed-size buffer inside the uvc_device structure. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed