mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
fix some leaks in error paths
This commit is contained in:
parent
6affda9424
commit
669fbf10c1
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue