GNOME Bugzilla – Bug 793544
Fix warning
Last modified: 2019-05-01 22:17:55 UTC
Created attachment 368481 [details] proposed fix I've seen a warning in jaw_selection_ref_selection that g_object_ref (G_OBJECT(obj)) gets a null object. It happens that jchild itself is already NULL, so we should just stop there already.
Fixed by 63f6f754e4b10ae7986497973fcf67eeff6b34a1 ("Check against ref_selection returning null")