getaddrinfo: Doc fix.
[pspp] / tests / test-malloca.c
index 0dce83aa667e4fea875aa8043e21afd169a78c2e..92c86f206c2f97db8dd08e2544032b0fe2a9b03d 100644 (file)
@@ -37,6 +37,9 @@ main ()
 {
   int i;
 
+  /* This slows down malloc a lot.  */
+  unsetenv ("MALLOC_PERTURB_");
+
   /* Repeat a lot of times, to make sure there's no memory leak.  */
   for (i = 0; i < 50000; i++)
     {