you should call reclaim() on the usageEnviroment, and then delete the task schedualer.
pEnv->reclaim(); delete pTaskSchedualer; Amit Yedidia ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Stas Desyatnlkov Sent: Monday, August 24, 2009 11:45 AM To: [email protected] Subject: [Live-devel] live object delete sequence Hi, In my app I have to create and delete live objects (scheduler, usage environment, rtp sink, rtcp, video source, stremer...) multiple times. What should be the proper delete sequence for the above? Does deleting the usage environment also destroys scheduler? Do I have to delete RTP and RTCP sockets separately? The information in this e-mail transmission contains proprietary and business sensitive information. Unauthorized interception of this e-mail may constitute a violation of law. If you are not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. You are also asked to contact the sender by reply email and immediately destroy all copies of the original message.
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
