Reinitialize memory pool on each loop of the REPL

This commit is contained in:
2024-10-24 21:35:25 +01:00
parent e5cd69c26b
commit ecd50c76c5
4 changed files with 2 additions and 8 deletions

View File

@@ -19,7 +19,6 @@ static repl_t repl = {
int main(void)
{
init_repl(&repl);
run_repl(&repl);
return EXIT_SUCCESS;
}