Skip to content

pipewire: module-zeroconf-discover: free correct pointer

Retrieve the pointer returned by calloc() and free that instead of freeing the pointer to a member. This has worked so far because as of yet api is the first member of the struct.

Merge request reports