From 5e124c7a979fd4483994fbaaaf9facd31624f397 Mon Sep 17 00:00:00 2001 From: o9000 Date: Thu, 23 Nov 2017 22:37:42 +0100 Subject: [PATCH] Separator: fix memory leak --- src/init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/init.c b/src/init.c index 023c6dd..00433e3 100644 --- a/src/init.c +++ b/src/init.c @@ -258,6 +258,7 @@ void cleanup() #ifdef ENABLE_BATTERY cleanup_battery(); #endif + cleanup_separator(); cleanup_panel(); cleanup_config();