Skip to content

pulse-server: use `spa_autofree` with `open_memstream()`

Coverity is saying that `response_str` is leaked on the return
if `fclose()` returns non-zero. So use `spa_autofree` to fix that.

Merge request reports