From 73846549f62b832ca6ff761ad3640a86d3b32c86 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 20 Jul 1999 22:34:41 +0000 Subject: * Fix memory leaks, fd leaks, and some long-standing bugs recognizing when targets need to have their modtimes rechecked (-n, etc.) --- .purify | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.purify') diff --git a/.purify b/.purify index 098e741..dc1b1d9 100644 --- a/.purify +++ b/.purify @@ -1,4 +1,11 @@ +# Solaris (2.5.1) has a couple if issues. +# suppress plk malloc; setvbuf "libc*"; main "main.c" +suppress umr kstat_read; kstat_chain_update; kstat_open; getloadavg +suppress umr kstat_chain_update; kstat_open; getloadavg + +# The command line options stuff leaks a little bit. No big deal. +# suppress mlk malloc; xmalloc "misc.c"; decode_env_switches "main.c" suppress plk malloc; xmalloc "misc.c"; decode_env_switches "main.c" suppress mlk malloc; xmalloc "misc.c"; concat "misc.c"; decode_env_switches "main.c" -- cgit v1.2.3