summaryrefslogtreecommitdiffstats
path: root/gtk/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r--gtk/src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c
index 43d787941..23ed044db 100644
--- a/gtk/src/main.c
+++ b/gtk/src/main.c
@@ -571,8 +571,6 @@ main (int argc, char *argv[])
g_timeout_add (500, ghb_timer_cb, (gpointer)ud);
// Everything should be go-to-go. Lets rock!
gtk_main ();
- //I'd like to do this, but hb threads seem to persist for a while
- //so closing crashes :(
ghb_backend_close();
if (ud->queue)
ghb_value_free(ud->queue);