mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
gapplication: Fix a leaking GRemoteActionGroup member
Fix prompted by Ting-Wei Lan’s similar fix for the inactivity timeout (!1009). Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
517f756acf
commit
0f131857ba
@ -1395,6 +1395,8 @@ g_application_finalize (GObject *object)
|
||||
if (application->priv->actions)
|
||||
g_object_unref (application->priv->actions);
|
||||
|
||||
g_clear_object (&application->priv->remote_actions);
|
||||
|
||||
if (application->priv->notifications)
|
||||
g_object_unref (application->priv->notifications);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user