diff --git a/wyebrun.c b/wyebrun.c index d6c5470..60bfa08 100644 --- a/wyebrun.c +++ b/wyebrun.c @@ -313,6 +313,7 @@ static void freecl(Client *c) rmpath = g_slist_remove(rmpath, c->pppath); g_mutex_unlock(&rmm); g_free(c->pppath); + g_free(c); } static Client *getcl() {