[reSIProcate] TimerQueue memory managment question
Hello,
First, i think the solution of the "last chance" handler for sdp would be
cool since i dont want to do the job done by TransportSelector twice :)
I have a question about TimerQueue. I have weird leaks with Vc7 that
apparently come from timerqueue because timers in it which have not fired
yet are never deleted when everything is destroyed. I fear they never will
when stack is shutdown. Is there a way to do some cleanup because in my app
i may have to shutdown and run again a stack many times so it may be a
problem.
Thanks for your answer.
Regards,
Dom...