Skip to content
Commit b5606e3a authored by Fabien Parent's avatar Fabien Parent Committed by Greg Kroah-Hartman
Browse files

cpufreq: qcom: fix memory leak in error path

commit 9f42cf54 upstream.

If for some reason the speedbin length is incorrect, then there is a
memory leak in the error path because we never free the speedbin buffer.
This commit fixes the error path to always free the speedbin buffer.

Cc: v5.7+ <stable@vger.kernel.org> # v5.7+
Fixes: a8811ec7

 ("cpufreq: qcom: Add support for krait based socs")
Signed-off-by: default avatarFabien Parent <fabien.parent@linaro.org>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d866f598
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment