about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTAnchor.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-01-28 16:47:38 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-01-28 16:47:38 -0500
commit87434eaa074d789f65bac589b03df341e76e7a4e (patch)
tree2882679a9a50807168042d9b26aea6b562e356d7 /WWW/Library/Implementation/HTAnchor.c
parentd97a65137382daf2f896a947ba680c095f7ab664 (diff)
downloadlynx-snapshots-87434eaa074d789f65bac589b03df341e76e7a4e.tar.gz
snapshot of project "lynx", label v2-8-2dev_15
Diffstat (limited to 'WWW/Library/Implementation/HTAnchor.c')
-rw-r--r--WWW/Library/Implementation/HTAnchor.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTAnchor.c b/WWW/Library/Implementation/HTAnchor.c
index 53ce0c78..74399c91 100644
--- a/WWW/Library/Implementation/HTAnchor.c
+++ b/WWW/Library/Implementation/HTAnchor.c
@@ -302,6 +302,11 @@ PRIVATE void free_adult_table NOARGS
 	    adult_table[i_counter] = HTAp_freeme->next;
 	    if (HTAp_freeme->object) {
 		parent = (HTParentAnchor *)HTAp_freeme->object;
+		CTRACE(tfp, "delete anchor:%d/%d,%d,%d %s\n",
+		       i_counter, HTList_count(HTAp_freeme) + 1,
+		       (parent->physical ? 1 : 0),
+		       (int)parent->underway,
+		       (parent->address ? parent->address : "(no address)"));
 		parent->underway = FALSE;
 		HTAnchor_delete(parent);
 	    }