Skip to content
Snippets Groups Projects
Commit 206112b5 authored by Olivier Dion's avatar Olivier Dion
Browse files

agent/main: Remove atexit(Dring::fini)

DRing::fini is currently unsafe for atexit.

Change-Id: If4643a5f5455190351c45eebad816cba5b8c642f
parent bcabb5f7
Branches
No related tags found
No related merge requests found
...@@ -45,8 +45,6 @@ main_in_guile(void* args_raw) ...@@ -45,8 +45,6 @@ main_in_guile(void* args_raw)
install_scheme_primitives(); install_scheme_primitives();
atexit(DRing::fini);
scm_shell(args->argc, args->argv); scm_shell(args->argc, args->argv);
/* unreachable */ /* unreachable */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment