aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 0f87ac1..5d7324f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -635,6 +635,10 @@ main(int argc, char *argv[])
/* destroy all widgets (clean up) */
gtk_widget_destroy(player_window);
+ /**
+ * @bug some g_object_unref during transcript widget destruction
+ * results in assertions
+ */
gtk_widget_destroy(info_window);
return 0;