diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2015-11-11 19:00:54 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2015-11-11 19:00:54 +0100 |
commit | b23121b4aab274bd8e41d81145579ff93ba9a8f6 (patch) | |
tree | 3a9a9c6695ec01cfc82b6f40d209c04a9cdcbbca /drw.c | |
parent | d302f2efe13205f45f15f1e92113a44c55b0a0cd (diff) |
free all fonts correctly
Diffstat (limited to 'drw.c')
-rw-r--r-- | drw.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -87,7 +87,6 @@ drw_resize(Drw *drw, unsigned int w, unsigned int h) { void drw_free(Drw *drw) { - drw_fontset_free(drw->fonts); XFreePixmap(drw->dpy, drw->drawable); XFreeGC(drw->dpy, drw->gc); free(drw); |