Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
b2df8a7c
Commit
b2df8a7c
authored
Sep 25, 2001
by
Niels Möller
Browse files
(io_final): Call gc_final. That makes sure that all
callbacks are cancelled. Rev: src/io.c:1.149
parent
bebeb0d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/io.c
View file @
b2df8a7c
...
...
@@ -99,6 +99,8 @@ io_init(void)
void
io_final
(
void
)
{
gc_final
();
/* There mustn't be any outstanding callbacks left. */
oop_sys_delete
(
global_oop_sys
);
global_oop_sys
=
NULL
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment