mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 00:37:59 +02:00
update_desktop_file_entry: free @exec on error
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33126
This commit is contained in:
parent
d95cc488a8
commit
65f61236d7
1 changed files with 1 additions and 0 deletions
|
|
@ -455,6 +455,7 @@ update_desktop_file_entry (BusActivation *activation,
|
|||
|
||||
failed:
|
||||
dbus_free (name);
|
||||
dbus_free (exec);
|
||||
dbus_free (user);
|
||||
dbus_free (systemd_service);
|
||||
_dbus_string_free (&file_path);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue