Fix a mutex lock/unlock mismatch.

This commit is contained in:
David Xu 2006-03-01 23:38:53 +00:00
parent 2456c0ea88
commit 5f2252c2b7

View file

@ -417,9 +417,10 @@ sigev_service_loop(void *arg)
__sigev_list_unlock();
sn->sn_dispatch(sn, &si);
after_dispatch(tn);
} else
} else {
tn->tn_cur = NULL;
__sigev_list_unlock();
__sigev_list_unlock();
}
}
pthread_cleanup_pop(0);
return (0);