diff --git a/mycroft/enclosure/gui.py b/mycroft/enclosure/gui.py index 3686231b8a..d2cbe76916 100644 --- a/mycroft/enclosure/gui.py +++ b/mycroft/enclosure/gui.py @@ -373,5 +373,5 @@ class SkillGUI: Clear pages loaded through this interface and remove the skill reference to make ref counting warning more precise. """ - self.clear() + self.release() self.skill = None