chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.72k stars 1.19k forks source link

example: operations/composed_6: also free delay_timer_ #1505

Open ceggers-arri opened 3 days ago

ceggers-arri commented 3 days ago

Also the delaytimer member should be freed before calling the user-supplied completion handler (as in the composed_7 and composed_8 examples).