about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTAAProt.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-04-13 09:48:41 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-04-13 09:48:41 -0400
commitb223937ff728f8242329bedb9c660e81da253e9a (patch)
treebbf056969500f54306deda5db38ff2a6198f3ce9 /WWW/Library/Implementation/HTAAProt.c
parent327b7c16889c9d95ec076d695c970da11dc32a2b (diff)
downloadlynx-snapshots-b223937ff728f8242329bedb9c660e81da253e9a.tar.gz
snapshot of project "lynx", label v2-8-2dev_22
Diffstat (limited to 'WWW/Library/Implementation/HTAAProt.c')
-rw-r--r--WWW/Library/Implementation/HTAAProt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTAAProt.c b/WWW/Library/Implementation/HTAAProt.c
index 27e038f9..7a607e66 100644
--- a/WWW/Library/Implementation/HTAAProt.c
+++ b/WWW/Library/Implementation/HTAAProt.c
@@ -607,7 +607,9 @@ PRIVATE void save_gid_info ARGS2(char *, name, int, user)
     if (!known_grp) {
 	known_grp = HTList_new();
 	if (!uidgid_cache_inited) {
+#ifdef LY_FIND_LEAKS
 	    atexit(clear_uidgid_cache);
+#endif
 	    uidgid_cache_inited = YES;
 	}
     }
@@ -624,7 +626,9 @@ PRIVATE void save_uid_info ARGS2(char *, name, int, user)
     if (!known_pwd) {
 	known_pwd = HTList_new();
 	if (!uidgid_cache_inited) {
+#ifdef LY_FIND_LEAKS
 	    atexit(clear_uidgid_cache);
+#endif
 	    uidgid_cache_inited = YES;
 	}
     }