freeing options when manager has finished

This commit is contained in:
frese 2003-12-18 16:40:48 +00:00
parent f998ae533e
commit 199ec6a3d5
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@
(lambda (msg) (lambda (msg)
(handle-external-message wm exit msg)))) (handle-external-message wm exit msg))))
(loop)))))) (loop))))))
(free-colormap dpy colormap))) (free-colormap dpy colormap)
(free-options (wm:options wm) #f)))
(for-each (lambda (window) (for-each (lambda (window)
(wm-manage-window wm window)) (wm-manage-window wm window))