diff options
Diffstat (limited to 'src/keeper.c')
-rw-r--r-- | src/keeper.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/keeper.c b/src/keeper.c index a7c8647..516fe85 100644 --- a/src/keeper.c +++ b/src/keeper.c | |||
@@ -569,9 +569,7 @@ char const* init_keepers( lua_State* L, int const _nbKeepers, lua_CFunction _on_ | |||
569 | // | 569 | // |
570 | // 'io' for debugging messages, 'package' because we need to require modules exporting idfuncs | 570 | // 'io' for debugging messages, 'package' because we need to require modules exporting idfuncs |
571 | // the others because they export functions that we may store in a keeper for transfer between lanes | 571 | // the others because they export functions that we may store in a keeper for transfer between lanes |
572 | lua_State* K = luaG_newstate( "*", _on_state_create); | 572 | lua_State* K = luaG_newstate( L, "*", _on_state_create); |
573 | if( !K) | ||
574 | return "out of memory"; | ||
575 | 573 | ||
576 | DEBUGSPEW_CODE( fprintf( stderr, "init_keepers %d\n", i)); | 574 | DEBUGSPEW_CODE( fprintf( stderr, "init_keepers %d\n", i)); |
577 | 575 | ||