We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09401a commit 3be5620Copy full SHA for 3be5620
1 file changed
pyclassinformer_plugin.py
100755
100644
@@ -79,6 +79,7 @@ def term(self):
79
ida_kernwin.delete_toolbar(self.toolbar_name)
80
ida_kernwin.unregister_action(self.action_name)
81
ida_kernwin.detach_action_from_menu(self.menu_path, self.action_name)
82
+ ida_kernwin.free_custom_icon(self.act_icon)
83
84
@staticmethod
85
def run_pci(icon=-1):
0 commit comments