cpu-arm: Fix memory leak in pa_cpu_get_arm_flags()

This commit is contained in:
Sukesh Adiga 2015-03-17 22:51:52 +05:30 committed by Peter Meerwald
parent c0ab9e6ce0
commit 80791ceb5a

View file

@ -119,6 +119,7 @@ void pa_cpu_get_arm_flags(pa_cpu_arm_flag_t *flags) {
pa_xfree(current);
}
pa_xfree(line);
}
/* get the CPU part number */