commit | 96c5c6e6a5b6db592acae039fed54b5c8844cd35 | [log] [tgz] |
---|---|---|
author | Navid Emamdoost <navid.emamdoost@gmail.com> | Fri Sep 20 17:57:59 2019 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Sat Sep 28 17:13:39 2019 -0400 |
tree | 70a42fe11bc971e3048624439a8d7c7ef11a9004 | |
parent | 968e5170939662341242812b9c82ef51cf140a33 [diff] |
tracing: Have error path in predicate_parse() free its allocated memory In predicate_parse, there is an error path that is not going to out_free instead it returns directly which leads to a memory leak. Link: http://lkml.kernel.org/r/20190920225800.3870-1-navid.emamdoost@gmail.com Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>