green 6277537cb3 Fix a tailq conversion bug that resulted in, e.g., nvi crashing upon
quitting every time.  The way to free a CIRCLEQ was to loop until
the current == current->head, but the way to free a TAILQ is to loop
until current->head == NULL.

In any case, the CORRECT way to do it is a loop of TAILQ_EMPTY() checks
and TAILQ_REMOVE()al of TAILQ_FIRST().  This bug wouldn't have happened
if the loop wasn't hard-coded...

There may be more bugs of this type from the conversion.
2000-12-30 16:10:32 +00:00
..
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
1999-08-28 00:22:10 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
1999-08-28 00:22:10 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00