aboutsummaryrefslogtreecommitdiffstats
path: root/drw.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-09 23:20:48 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-09 23:20:48 +0100
commit9ce88ff82962cbb971c71cf44775a05233ce1b54 (patch)
treeb470ecfdc7df8d54b47bdaa728379d9b5b36fe20 /drw.c
parentRemoved wrong and useless words (diff)
downloaddwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.gz
dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.bz2
dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.xz
dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.zst
dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.zip
New version, new patches
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);
}