commit 9487ec5
chld
·
2026-07-12 15:59:59 +0000 UTC
parent dfbf4dd
free pixmap on exit
1 files changed,
+1,
-0
M
xd.c
M
xd.c
+1,
-0
1@@ -120,6 +120,7 @@ int main(void)
2 }
3
4 q:
5+ XFreePixmap(d,p);
6 XFreeGC(d,gc);
7 XDestroyWindow(d,w);
8 XCloseDisplay(d);