Wmfs: Don't free default gc ! it's free in XCloseDisplay. else -> segfault.
This commit is contained in:
parent
f6011776c2
commit
73f04fa5ac
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user