From: Daniel Carl <danielcarl@gmx.de>
Date: Wed, 1 Mar 2017 23:01:42 +0000 (+0100)
Subject: Cleanup settings on quit.
X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=32052a688b646ab4a18c7fb7987c1f1025257d54;p=vimb.git

Cleanup settings on quit.
---

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);