about summary refs log tree commit diff
path: root/malloc
diff options
context:
space:
mode:
Diffstat (limited to 'malloc')
-rw-r--r--malloc/memusagestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index 1da0ff0ce9..0b01a1d6b5 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -550,7 +550,7 @@ main (int argc, char *argv[])
 
   gdImageDestroy (im_out);
 
-  exit (0);
+  return 0;
 }