commit 3f102dc
chld
·
2026-07-13 17:35:04 +0000 UTC
parent b9eb193
cleanup a few memory leaks
1 files changed,
+2,
-0
M
xl.c
M
xl.c
+2,
-0
1@@ -223,6 +223,8 @@ int main(int ac, char **av) {
2 }
3
4 q:
5+ free(prg);
6+ XFreeFont(d, font);
7 XUngrabKeyboard(d, CurrentTime);
8 XUngrabPointer(d, CurrentTime);
9 XFreeGC(d, gc);