mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
(root_mark): Mark active_asyncs slot.
This commit is contained in:
parent
f6b44bd99f
commit
a7d3641dc2
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ root_mark (SCM root)
|
|||
scm_gc_mark (s->cur_errp);
|
||||
/* No need to gc mark def_loadp */
|
||||
scm_gc_mark (s->fluids);
|
||||
scm_gc_mark (s->active_asyncs);
|
||||
return SCM_ROOT_STATE (root) -> parent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue