fix some leaks in error paths

This commit is contained in:
Wim Taymans 2021-06-03 12:53:05 +02:00
parent 6affda9424
commit 669fbf10c1
2 changed files with 3 additions and 3 deletions

View file

@ -243,7 +243,7 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
return 0;
error:
pw_properties_free(props);
free(impl);
return res;
}