mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Merge branch 'application-free-remote-actions' into 'master'
gapplication: Fix a leaking GRemoteActionGroup member See merge request GNOME/glib!1011
This commit is contained in:
commit
86ba1b37bd
@ -1398,6 +1398,8 @@ g_application_finalize (GObject *object)
|
|||||||
if (application->priv->actions)
|
if (application->priv->actions)
|
||||||
g_object_unref (application->priv->actions);
|
g_object_unref (application->priv->actions);
|
||||||
|
|
||||||
|
g_clear_object (&application->priv->remote_actions);
|
||||||
|
|
||||||
if (application->priv->notifications)
|
if (application->priv->notifications)
|
||||||
g_object_unref (application->priv->notifications);
|
g_object_unref (application->priv->notifications);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user