pulse-server: cleanup servers

This commit is contained in:
Wim Taymans 2020-10-09 11:01:29 +02:00
parent 13dfa9d64b
commit 5b8a52cc78
2 changed files with 40 additions and 25 deletions

View file

@ -71,6 +71,7 @@ static void impl_free(struct impl *impl)
static void module_destroy(void *data)
{
struct impl *impl = data;
pw_log_debug("module %p: destroy", impl);
impl_free(impl);
}