projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b0f1b
)
Cleanup settings on quit.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 1 Mar 2017 23:01:42 +0000
(
00:01
+0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 1 Mar 2017 23:01:42 +0000
(
00:01
+0100)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
f7187ce
..
904bf19
100644
(file)
--- 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);