Skip to content

pipewire: utils: pw_strv_parse(): fix freeing in case of error

Barnabás Pőcze requested to merge pobrn/pipewire:pw_strv_parse_fix into master

When iterating a pw_array of T, the iterator must be of type T*. Otherwise the wrong pointer will be freed.

Merge request reports