projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a44f7
)
glib (run-glib-cleanups): Run cleanups without-interruption.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Sun, 11 Mar 2018 21:15:51 +0000
(14:15 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Sun, 11 Mar 2018 21:15:51 +0000
(14:15 -0700)
src/glib/glib.scm
patch
|
blob
|
history
diff --git
a/src/glib/glib.scm
b/src/glib/glib.scm
index 6dd3719820a587221cc0a36ca8cb0a0894f08e86..252fa05800eb280b52fd560299bad25aa0043a69 100644
(file)
--- a/
src/glib/glib.scm
+++ b/
src/glib/glib.scm
@@
-152,7
+152,9
@@
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
(loop (cdr alist) alist)
(let ((thunk (weak-cdr (car alist)))
(next (cdr alist)))
- (with-glib-error-handler "this GLib cleanup" thunk)
+ (with-glib-error-handler
+ "this GLib cleanup"
+ (lambda () (without-interruption thunk)))
(if prev
(set-cdr! prev next)
(set! glib-cleanups next))