From: Trent Piepho Date: Fri, 5 Oct 2007 14:28:09 +0000 (-0300) Subject: V4L/DVB (6336): cx8802: Plug memory leak when unregistering a driver X-Git-Tag: v2.6.24-rc1~66^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a04036a3129e09a9b9097de2b1f77dd82a6e9ac3;p=pandora-kernel.git V4L/DVB (6336): cx8802: Plug memory leak when unregistering a driver When a cx8802 sub-driver was unregistered, the struct cx8802_driver, which was kmalloc()ed by cx8802_register_driver(), was deleted from the list of drivers, but never freed. Signed-off-by: Trent Piepho Reviewed-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed