d5805f9f0d
Labels are currently destroyed from both animateOutAndDestroy() and destroy(), which now (rightfully) triggers a gjs warning. As the label is created unconditionally since commit 36e5ae4a250, mirror that and always release it in destroy() and hide it elsewhere. https://bugzilla.gnome.org/show_bug.cgi?id=791233