1
0
Files
linux/drivers/rtc
Axel Lin 899be96db7 rtc: rtc-sh - fix a memory leak
request_mem_region() will call kzalloc to allocate memory for struct resource.
release_resource() unregisters the resource but does not free the allocated
memory, thus use release_mem_region() instead to fix the memory leak.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2010-11-08 15:08:42 +09:00
..
2010-06-29 15:29:31 -07:00
2010-10-29 00:29:06 +02:00
2010-08-11 08:59:08 -07:00
2010-11-08 15:08:42 +09:00