Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 70021510 authored by Bruce Levy's avatar Bruce Levy
Browse files

proc: Ignore kmemleak false positive in __proc_create



kzalloc() in __proc_create() allocates memory for procfs entries.
Since many procfs entries will never be removed, memory associated
with them may never be freed.  Ensures that kmemleak does not consider
this memory as having been leaked.

Change-Id: Ifbfb228a61d12e551b229df3c0c094891ac9c6a4
Signed-off-by: default avatarBruce Levy <blevy@codeaurora.org>
parent 54f3fb1b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment