diff options
author | 2019-04-30 11:35:52 +0530 | |
---|---|---|
committer | 2019-04-30 10:54:23 +0200 | |
commit | 4ebe36c94aed95de71a8ce6a6762226d31c938ee (patch) | |
tree | aeeab4c5f504e0ad0df8f2d79c526f3b01eeb611 /scripts/gen_compile_commands.py | |
parent | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm into pm-cpufreq (diff) | |
download | linux-dev-4ebe36c94aed95de71a8ce6a6762226d31c938ee.tar.xz linux-dev-4ebe36c94aed95de71a8ce6a6762226d31c938ee.zip |
cpufreq: Fix kobject memleak
Currently the error return path from kobject_init_and_add() is not
followed by a call to kobject_put() - which means we are leaking the
kobject.
Fix it by adding a call to kobject_put() in the error path of
kobject_init_and_add().
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Tobin C. Harding <tobin@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions