fix some leaks

This commit is contained in:
Wim Taymans 2018-09-24 09:33:09 +02:00
parent 132ee30930
commit 30316df5c8
3 changed files with 14 additions and 5 deletions

View file

@ -161,6 +161,9 @@ static void *create_object(void *_data,
pw_node_set_active(dsp, true);
if (properties)
pw_properties_free(properties);
return dsp;
no_resource: