Hello all, I have another question about pjsip in timer heap management. I am using the function "pjsua_schedule_timer2" for sleep event. And by testing with Xcode under iPhone device, I have noticed that the the allocated object "pj_timer_entry"is not freed after done, which is stored into heap node "copy_node". tmr = PJ_POOL_ALLOC_T(pjsua_var.pool, pjsua_timer_list); My question is, when these objects are freed in timer heap? Or is there memory leak? Regards, Pai -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20130313/ec6d7974/attachment-0001.html>