summaryrefslogtreecommitdiff
path: root/drw.c
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-09-13 22:02:26 -0500
committerzachir <zachir@librem.one>2021-09-13 22:02:26 -0500
commit65aad46129921ce5824dee14e50ef8bfed350a26 (patch)
treeae876d4a1e305aae020313b2b068bfb12dfe8f64 /drw.c
parentf84336a06d7c660ec8864bd04ac2138ff3a54dbc (diff)
dmenu: complete rebase, add new patches plus fix old ones (no xresources)
Diffstat (limited to 'drw.c')
-rw-r--r--drw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drw.c b/drw.c
index 6927c41..4cdbcbe 100644
--- a/drw.c
+++ b/drw.c
@@ -95,7 +95,7 @@ drw_free(Drw *drw)
{
XFreePixmap(drw->dpy, drw->drawable);
XFreeGC(drw->dpy, drw->gc);
- drw_fontset_free(drw->fonts);
+ drw_fontset_free(drw->fonts);
free(drw);
}