https://github.com/torvalds/linux
Revision ef6899cdc8608e2f018e590683f04bb04a069704 authored by Colin Ian King on 12 January 2015, 15:27:52 UTC, committed by Tomi Valkeinen on 13 January 2015, 13:13:45 UTC
static code analysis from cppcheck reports:

[drivers/video/fbdev/broadsheetfb.c:673]:
  (error) Memory leak: sector_buffer

sector_buffer is not being kfree'd on each call to
broadsheet_spiflash_rewrite_sector(), so free it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
1 parent d9e0201
History
Tip revision: ef6899cdc8608e2f018e590683f04bb04a069704 authored by Colin Ian King on 12 January 2015, 15:27:52 UTC
fbdev/broadsheetfb: fix memory leak
Tip revision: ef6899c
File Mode Size
Kconfig -rw-r--r-- 64.2 KB
Makefile -rw-r--r-- 1.1 KB
calibrate.c -rw-r--r-- 8.5 KB
do_mounts.c -rw-r--r-- 14.4 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.4 KB
do_mounts_md.c -rw-r--r-- 8.2 KB
do_mounts_rd.c -rw-r--r-- 8.7 KB
init_task.c -rw-r--r-- 728 bytes
initramfs.c -rw-r--r-- 13.8 KB
main.c -rw-r--r-- 24.9 KB
noinitramfs.c -rw-r--r-- 1.5 KB
version.c -rw-r--r-- 1.2 KB

back to top