git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9e0201
)
fbdev/broadsheetfb: fix memory leak
author
Colin Ian King
<colin.king@canonical.com>
Mon, 12 Jan 2015 15:27:52 +0000
(15:27 +0000)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 13 Jan 2015 13:13:45 +0000
(15:13 +0200)
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>
No differences found