View | Details | Raw Unified | Return to bug 238760
Collapse All | Expand All

(-)lib/thread.c (+2 lines)
Lines 603-608 thread_add_fd (struct thread **thread_ar Link Here
603
static void
603
static void
604
thread_add_unuse (struct thread *thread)
604
thread_add_unuse (struct thread *thread)
605
{
605
{
606
  if (thread->type == THREAD_UNUSED)
607
	return;
606
  thread->type = THREAD_UNUSED;
608
  thread->type = THREAD_UNUSED;
607
  assert (thread->master != NULL && thread != NULL);
609
  assert (thread->master != NULL && thread != NULL);
608
  assert (thread->next == NULL);
610
  assert (thread->next == NULL);

Return to bug 238760