diff options
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c index d74e5a451..28c84e2cf 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -267,7 +267,7 @@ int main (int argc, char **argv) { rathread_final(); ers_final(); #endif - sysinfo->final(); + //sysinfo->final(); Called by iMalloc->final() iMalloc->final(); |