Um, program.c line 5374:
#ifdef PIKE_DEBUG if (resolve_cache) free_mapping(resolve_cache); #endif resolve_cache = c->resolve_cache_save;
Why is there a #ifdef PIKE_DEBUG around the freeing of the old cache?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2002-09-30 14:32: Subject: Gz testsuite memory usage
Yup. See 9104828. It's definitely the compiler since it makes a difference if it's the compiler that calls resolv or if you do it manually.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)