Ticket #8354: fix.patch
File fix.patch, 379 bytes (added by , 10 years ago) |
---|
-
task_io_service.ipp
452 452 453 453 o = op_queue_.front(); 454 454 if (o == &task_operation_) 455 { 456 if (!one_thread_) 457 wake_one_thread_and_unlock(lock); 455 458 return 0; 459 } 456 460 } 457 461 458 462 if (o == 0)