1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2008-11-13 17:35:28 +00:00
parent fcebda1812
commit 6c5759f1e9
1 changed files with 3 additions and 3 deletions

View File

@ -900,11 +900,11 @@ static void pgq_queue_run(char *dir,
gwlist_remove_producer(items_list);
for (i=0;i<num_threads; i++)
gwthread_cancel(th_ids[i]);
gwthread_wakeup(th_ids[i]);
#if 0
for (i=0;i<num_threads; i++)
gwthread_join(th_ids[i]);
#endif
gwlist_destroy(items_list, NULL);
gw_free(th_ids);