mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gapplication: plug a memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=637237
This commit is contained in:
parent
8c742aea72
commit
056a5d753d
@ -328,6 +328,8 @@ g_application_impl_actions_method_call (GDBusConnection *connection,
|
||||
|
||||
g_dbus_method_invocation_return_value (invocation,
|
||||
g_variant_builder_end (&builder));
|
||||
|
||||
g_strfreev (actions);
|
||||
}
|
||||
|
||||
else if (strcmp (method_name, "SetState") == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user