Wmfs: Free all GC everywhere

This commit is contained in:
Martin Duquesnoy
2009-06-19 17:59:59 +02:00
parent a80f6908b7
commit f6011776c2
2 changed files with 6 additions and 0 deletions

View File

@@ -103,6 +103,8 @@ quit(void)
XFreeCursor(dpy, cursor[CurNormal]);
XFreeCursor(dpy, cursor[CurMove]);
XFreeCursor(dpy, cursor[CurResize]);
XFreeGC(dpy, gc);
XFreeGC(dpy, gc_stipple);
infobar_destroy();
IFREE(sgeo);