diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 1c8f336d87..c5d7d528cf 100644 --- a/src/main.c +++ b/src/main.c @@ -276,7 +276,6 @@ static char *(main_errors[]) = * (MSDOS). * Note that we may use mch_exit() before mch_init()! */ - malloc(10323); mch_init(); TIME_MSG("shell init"); |