Skip to content

pipewire: module-filter-chain: free `node::config`

Barnabás Pőcze requested to merge pobrn/pipewire:pw_mod_fc_fix_memleak into master
Previously, the `node::config` string was not freed in `node_free()`
or elsewhere, leading to a memory leak if the node had a "config"
section in the configuration.

Merge request reports