Introduction
Introduction Statistics Contact Development Disclaimer Help
sync fix to free the fontset - libsl - shared code master of various suckless p…
git clone git://git.suckless.org/libsl
Log
Files
Refs
LICENSE
---
commit e55f29636da9cfccb2ab9b075b628de857446135
parent 86f1eafc2d02340e202c799a2b0db4fae9519f4e
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 20 Aug 2021 23:12:22 +0200
sync fix to free the fontset
Diffstat:
M drw.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git 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);
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.