mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
tools: fix some missing free/close
This commit is contained in:
parent
3539374ba7
commit
baadda3b67
2 changed files with 2 additions and 2 deletions
|
|
@ -395,6 +395,7 @@ rd_device_new(DBusConnection *connection, const char *device_name, const char *a
|
|||
error_free:
|
||||
free(d->service_name);
|
||||
free(d->object_path);
|
||||
free(d->application_name);
|
||||
free(d);
|
||||
errno = -res;
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue