Release GUI on Skill shutdown or reload

pull/2979/head
Kris Gesling 2021-08-17 16:40:05 +09:30
parent 61cbaa71cd
commit d26201d978
1 changed files with 1 additions and 1 deletions

View File

@ -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