Browse Source

Cleanup API thread if it exits early

nfactor-troky
Kano 13 years ago
parent
commit
d80e0ef4ce
  1. 4
      main.c

4
main.c

@ -3770,10 +3770,14 @@ static void *workio_thread(void *userdata) @@ -3770,10 +3770,14 @@ static void *workio_thread(void *userdata)
static void *api_thread(void *userdata)
{
struct thr_info *mythr = userdata;
pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
api();
mythr->pth = 0L;
return NULL;
}

Loading…
Cancel
Save