Skip to content

swipe-tracker: Guard all swipeable access with NULL

Guido Günther requested to merge guidog/libhandy:swipe-tracker-critical into master

This avoids a

GLib-GObject-FATAL-CRITICAL: g_object_set_data: assertion 'G_IS_OBJECT (object)' failed

when the weak ref is already gone.

Merge request reports