mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
cpu-arm: Fix memory leak in pa_cpu_get_arm_flags()
This commit is contained in:
parent
c0ab9e6ce0
commit
80791ceb5a
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ void pa_cpu_get_arm_flags(pa_cpu_arm_flag_t *flags) {
|
||||||
|
|
||||||
pa_xfree(current);
|
pa_xfree(current);
|
||||||
}
|
}
|
||||||
|
pa_xfree(line);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* get the CPU part number */
|
/* get the CPU part number */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue