Tagged Questions
0
votes
2answers
235 views
ACE (C++): Not calling cancel_timer == MLK?
If a one-shot timer was scheduled via
schedule_timer(timer,0,ACE_Time_Value(delay),ACE_Time_Value::zero)
is cancel_timer required in order to avoid a memory leak?