j
k
j a
j l
for (std::size_t i = 0; i < timers.size(); ++i) timers[i]->cancel();
for (std::size_t i = 0; i < timers.size(); ++i)
timers[i]->cancel();
What happens if you call now delete for every timer?
Back to the thread
Back to the list