[hackers] [libsl] sync fix to free the fontset || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Fri, 20 Aug 2021 23:12:37 +0200 (CEST)

commit e55f29636da9cfccb2ab9b075b628de857446135
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Fri Aug 20 23:12:22 2021 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Fri Aug 20 23:12:22 2021 +0200

    sync fix to free the fontset

diff --git a/drw.c b/drw.c
index 8fd1ca4..4cdbcbe 100644
--- a/drw.c
+++ b/drw.c
_AT_@ -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);
 }
 
Received on Fri Aug 20 2021 - 23:12:37 CEST

This archive was generated by hypermail 2.3.0 : Fri Aug 20 2021 - 23:24:30 CEST