commit | 3a6a1795d5b5445c4422604be048a749a8df9c9b | [log] [tgz] |
---|---|---|
author | Cemil Coskun <ccoskun@codeaurora.org> | Wed Jun 12 14:12:41 2019 -0700 |
committer | Cemil Coskun <ccoskun@codeaurora.org> | Wed Jun 12 14:12:41 2019 -0700 |
tree | b2a4d655936bca0d4c34b95bb57c6fbc8cfc2415 | |
parent | 91a968f5f275c9858595b22d92b34645b6741f52 [diff] [blame] |
[qca-nss-drv] Set not leak to remove meminfo allocation memleak list Change-Id: Id3e26b458545a8345e90d0b583ee0e9223e0e0c0 Signed-off-by: Cemil Coskun <ccoskun@codeaurora.org>
diff --git a/nss_meminfo.c b/nss_meminfo.c index 29bc594..ce3cfc7 100644 --- a/nss_meminfo.c +++ b/nss_meminfo.c
@@ -55,6 +55,7 @@ if (!addr) nss_info_always("%p: failed to alloc a sdram block of size %u\n", nss_ctx, size); + kmemleak_not_leak((void *)addr); return addr; }