aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c1
1 files changed, 1 insertions, 0 deletions
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