Skip to content

Commit 3be5620

Browse files
committed
added free_custom_icon when terminating
1 parent a09401a commit 3be5620

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyclassinformer_plugin.py

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def term(self):
7979
ida_kernwin.delete_toolbar(self.toolbar_name)
8080
ida_kernwin.unregister_action(self.action_name)
8181
ida_kernwin.detach_action_from_menu(self.menu_path, self.action_name)
82+
ida_kernwin.free_custom_icon(self.act_icon)
8283

8384
@staticmethod
8485
def run_pci(icon=-1):

0 commit comments

Comments
 (0)