diff --git a/src/init.c b/src/init.c index 866e50d..67e845b 100644 --- a/src/init.c +++ b/src/init.c @@ -218,6 +218,7 @@ init(void) /* Init lists heads */ SLIST_INIT(&clients); + SLIST_INIT(&trayicons); return; }