mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Use simple free function in pa_dynarray_free
This commit is contained in:
parent
46920bab16
commit
e45b02de55
4 changed files with 6 additions and 10 deletions
|
|
@ -1800,7 +1800,7 @@ int pa_cli_command_execute_line_stateful(pa_core *c, const char *s, pa_strbuf *b
|
|||
sorted_files = pa_xnew(char*, count);
|
||||
for (i = 0; i < count; ++i)
|
||||
sorted_files[i] = pa_dynarray_get(files, i);
|
||||
pa_dynarray_free(files, NULL, NULL);
|
||||
pa_dynarray_free(files, NULL);
|
||||
|
||||
for (i = 0; i < count; ++i) {
|
||||
for (unsigned j = 0; j < count; ++j) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue