summaryrefslogtreecommitdiff
path: root/sent.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-11-11 19:00:54 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-11-11 19:00:54 +0100
commitb23121b4aab274bd8e41d81145579ff93ba9a8f6 (patch)
tree3a9a9c6695ec01cfc82b6f40d209c04a9cdcbbca /sent.c
parentd302f2efe13205f45f15f1e92113a44c55b0a0cd (diff)
downloadsent-b23121b4aab274bd8e41d81145579ff93ba9a8f6.tar.gz
sent-b23121b4aab274bd8e41d81145579ff93ba9a8f6.tar.bz2
sent-b23121b4aab274bd8e41d81145579ff93ba9a8f6.zip
free all fonts correctly
Diffstat (limited to 'sent.c')
-rw-r--r--sent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sent.c b/sent.c
index d5f7032..7a85a3f 100644
--- a/sent.c
+++ b/sent.c
@@ -334,6 +334,8 @@ void cleanup()
{
unsigned int i;
+ for (i = 0; i < NUMFONTSCALES; i++)
+ drw_fontset_free(fonts[i]);
drw_scm_free(sc);
drw_free(d);
Software created with 💖