tools/power turbostat: Fix file pointer leak
Currently if a fscanf fails then an early return leaks an open file pointer. Fix this by fclosing the file before the return. Detected using static analysis with cppcheck: tools/power/x86/turbostat/turbostat.c:2039:3: error: Resource leak: fp [resourceLeak] Fixes: eae97e05 ("tools/power turbostat: Support thermal throttle count print") Signed-off-by:Colin Ian King <colin.i.king@gmail.com> Acked-by:
Chen Yu <yu.c.chen@intel.com> Reviewed-by:
Tom Rix <trix@redhat.com> Signed-off-by:
Len Brown <len.brown@intel.com>
Showing
Please register or sign in to comment