From 32052a688b646ab4a18c7fb7987c1f1025257d54 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 2 Mar 2017 00:01:42 +0100 Subject: [PATCH] Cleanup settings on quit. --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index f7187ce..904bf19 100644 --- a/src/main.c +++ b/src/main.c @@ -485,6 +485,7 @@ static void client_destroy(Client *c) completion_cleanup(c); map_cleanup(c); register_cleanup(c); + setting_cleanup(c); g_slice_free(Client, c); -- 2.20.1