diff options
Diffstat (limited to 'src/lanes.c')
-rw-r--r-- | src/lanes.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lanes.c b/src/lanes.c index 092e282..e0374cc 100644 --- a/src/lanes.c +++ b/src/lanes.c | |||
@@ -1317,6 +1317,9 @@ static int selfdestruct_gc( lua_State *L) | |||
1317 | DEBUGEXEC(fprintf( stderr, "Killed %d lane(s) at process end.\n", n )); | 1317 | DEBUGEXEC(fprintf( stderr, "Killed %d lane(s) at process end.\n", n )); |
1318 | #endif | 1318 | #endif |
1319 | } | 1319 | } |
1320 | #if !HAVE_KEEPER_ATEXIT_DESINIT | ||
1321 | close_keepers(); | ||
1322 | #endif // !HAVE_KEEPER_ATEXIT_DESINIT | ||
1320 | return 0; | 1323 | return 0; |
1321 | } | 1324 | } |
1322 | 1325 | ||