freeing options when manager has finished
This commit is contained in:
parent
f998ae533e
commit
199ec6a3d5
|
@ -100,7 +100,8 @@
|
|||
(lambda (msg)
|
||||
(handle-external-message wm exit msg))))
|
||||
(loop))))))
|
||||
(free-colormap dpy colormap)))
|
||||
(free-colormap dpy colormap)
|
||||
(free-options (wm:options wm) #f)))
|
||||
|
||||
(for-each (lambda (window)
|
||||
(wm-manage-window wm window))
|
||||
|
|
Loading…
Reference in New Issue