summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-10-08 19:11:22 +0200
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-01-11 01:14:02 +0900
commit26249504fd6dbac9084731892fc76966ae3e63da (patch)
tree6c4cef8b67f6358516cae8f0237f9cae06af5f26 /Makefile
parent224a379b0fb8e39893dc5c1f83f2cde0d314fc77 (diff)
kconfig: Don't leak help strings during parsing
This is just for completeness to get rid of the last memory leak currently generated during parsing for ARCH=x86. The symbol DVB_NETUP_UNIDVB in drivers/media/pci/netup_unidvb/Kconfig currently has two help strings, and we leak the first one. Summary from Valgrind on 'menuconfig' (ARCH=x86) before the fix: LEAK SUMMARY: definitely lost: 344,440 bytes in 14,350 blocks ... Summary after the fix: LEAK SUMMARY: definitely lost: 344,376 bytes in 14,349 blocks ... Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions