summaryrefslogtreecommitdiff
path: root/plugins/readdex/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readdex/class.c')
-rw-r--r--plugins/readdex/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/readdex/class.c b/plugins/readdex/class.c
index 9aa4433..c414821 100644
--- a/plugins/readdex/class.c
+++ b/plugins/readdex/class.c
@@ -297,7 +297,7 @@ bool annotate_dex_class_defs(const GDexFormat *format, GPreloadInfo *info, GtkSt
if (def->class_data_off > 0)
result = annotate_dex_class_data(format, info, class, def->class_data_off);
- /* TODO : g_object_unref(G_OBJECT(class));*/
+ g_object_unref(G_OBJECT(class));
gtk_status_stack_update_activity_value(status, msg, 1);