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
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.8 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.0 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 291.6 KB
Makefile -rw-r--r-- 53.1 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top