diff --git a/src/meth_main.c b/src/meth_main.c index f528b4c3..52f26a68 100644 --- a/src/meth_main.c +++ b/src/meth_main.c @@ -807,6 +807,7 @@ int meth_main(int argc, char* argv[], int8_t mode) { //free the core data structure free_core(core,opt); + fflush(stdout); return 0; }