about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTNews.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-03-30 17:24:31 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-03-30 17:24:31 -0500
commit327b7c16889c9d95ec076d695c970da11dc32a2b (patch)
tree91a9c864c60dfff69efe63d4cca7aab0b4754d6d /WWW/Library/Implementation/HTNews.c
parent79de405977ac0d7820576b353dde07ce09cedba9 (diff)
downloadlynx-snapshots-327b7c16889c9d95ec076d695c970da11dc32a2b.tar.gz
snapshot of project "lynx", label v2-8-2dev_21
Diffstat (limited to 'WWW/Library/Implementation/HTNews.c')
-rw-r--r--WWW/Library/Implementation/HTNews.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTNews.c b/WWW/Library/Implementation/HTNews.c
index 9f817043..61858d30 100644
--- a/WWW/Library/Implementation/HTNews.c
+++ b/WWW/Library/Implementation/HTNews.c
@@ -108,6 +108,7 @@ typedef struct _NNTPAuth {
    char * pass;
 } NNTPAuth;
 
+#ifdef LY_FIND_LEAKS
 PRIVATE void free_news_globals NOARGS
 {
     if (s >= 0) {
@@ -121,6 +122,7 @@ PRIVATE void free_news_globals NOARGS
     FREE(address);
     FREE(dbuf);
 }
+#endif /* LY_FIND_LEAKS */
 
 PRIVATE void free_NNTP_AuthInfo NOARGS
 {