That was stupid.

This commit is contained in:
n-a-c-h
2005-03-15 20:16:11 +00:00
parent fe55190293
commit 76be7a2fed

View File

@@ -401,7 +401,6 @@ void internal_chapter_free_chain(struct internal_chapter_buf *icb)
if (icb->next)
{
internal_chapter_free_chain(icb->next);
icb->next = 0;
}
free(icb);
}