From 5850fa6e96823b56e60caf317a2531ff48ee1e62 Mon Sep 17 00:00:00 2001 From: Premysl 'Anydot' Hruby Date: Fri, 1 May 2009 00:37:29 +0200 Subject: Control thread wasn't detached --- uzbl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'uzbl.c') diff --git a/uzbl.c b/uzbl.c index 5493a59..b767f4d 100644 --- a/uzbl.c +++ b/uzbl.c @@ -530,6 +530,7 @@ static void setup_threading () { pthread_t control_thread; pthread_create(&control_thread, NULL, control_socket, NULL); + pthread_detach(control_thread); } static void -- cgit v1.2.3