mixer: :)

This commit is contained in:
Alastair Poole 2021-04-25 11:40:39 +01:00
parent 5133b018a5
commit 07ced06649
1 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@ _sink_icon_find(const char *name)
res = strdup(icon);
}
}
free(strs[0]);
free(strs);
}
free(strs[0]);
free(strs);
if (res) break;
}
else break;