Wmfs: Don't free default gc ! it's free in XCloseDisplay. else -> segfault.

This commit is contained in:
Martin Duquesnoy 2009-06-19 18:05:05 +02:00
parent f6011776c2
commit 73f04fa5ac

View File

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