summaryrefslogtreecommitdiff
path: root/drw.c
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-09-02 13:36:03 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-09-02 13:36:03 +0400
commit66d96197ebd426f8a23dd456b83e7e433561c42b (patch)
tree2fc16340aa18d2f0c70a537e324f6a20ebe78883 /drw.c
parenta07da3824f8ddae3fd06e0353ea351f846022147 (diff)
Bumped to 5.0
Diffstat (limited to 'drw.c')
-rw-r--r--drw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drw.c b/drw.c
index 8fd1ca4..4cdbcbe 100644
--- a/drw.c
+++ b/drw.c
@@ -95,6 +95,7 @@ drw_free(Drw *drw)
{
XFreePixmap(drw->dpy, drw->drawable);
XFreeGC(drw->dpy, drw->gc);
+ drw_fontset_free(drw->fonts);
free(drw);
}