diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-04-13 09:48:41 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-04-13 09:48:41 -0400 |
commit | b223937ff728f8242329bedb9c660e81da253e9a (patch) | |
tree | bbf056969500f54306deda5db38ff2a6198f3ce9 /src/LYCgi.c | |
parent | 327b7c16889c9d95ec076d695c970da11dc32a2b (diff) | |
download | lynx-snapshots-b223937ff728f8242329bedb9c660e81da253e9a.tar.gz |
snapshot of project "lynx", label v2-8-2dev_22
Diffstat (limited to 'src/LYCgi.c')
-rw-r--r-- | src/LYCgi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYCgi.c b/src/LYCgi.c index 2704f6d9..099a514e 100644 --- a/src/LYCgi.c +++ b/src/LYCgi.c @@ -91,7 +91,9 @@ PRIVATE void remember_alloced ARGS1( { if (!alloced) { alloced = HTList_new(); +#ifdef LY_FIND_LEAKS atexit(free_alloced_lynxcgi); +#endif } HTList_addObject(alloced, ptr); } |