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

PhoshWayland: chain up on dispose

parent 6311eeb7
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@ phosh_wayland_dispose (GObject *object)
PhoshWaylandPrivate *priv = phosh_wayland_get_instance_private (self);
g_clear_pointer (&priv->wl_outputs, g_ptr_array_unref);
G_OBJECT_CLASS (phosh_wayland_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