From a1d3859d2b3d65970216b7ab66ac6b9250ea5876 Mon Sep 17 00:00:00 2001 From: jun7 Date: Sun, 16 Dec 2018 20:32:18 +0900 Subject: [PATCH] Comment out unnecessary init --- wyebrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wyebrun.c b/wyebrun.c index 60bfa08..9ec650c 100644 --- a/wyebrun.c +++ b/wyebrun.c @@ -283,7 +283,7 @@ static void __attribute__((destructor)) removepp() static Client *makecl() { Client *c = g_new0(Client, 1); - g_mutex_init(&c->retm); +// g_mutex_init(&c->retm); static int tid = 0; c->pid = g_strdup_printf("%d-%u", tid++, getpid());