Skip to content
Snippets Groups Projects
Commit 4ef89052 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

PhoshShell: unref PhoshMonitorManager on cleanup

parent 25dd7e7b
No related branches found
No related tags found
No related merge requests found
......@@ -666,6 +666,7 @@ phosh_shell_dispose (GObject *object)
priv->shields = NULL;
}
g_clear_object (&priv->monitor_manager);
G_OBJECT_CLASS (phosh_shell_parent_class)->dispose (object);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment