mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02: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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user