Re: [Live-devel] Memory Leak while exiting from doEventLoop

2008-10-09 Thread Soumya P N
exiting from that loop,,,it will be great... Thanks, Soumya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ross Finlayson Sent: Wednesday, October 08, 2008 7:47 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Memory Leak w

Re: [Live-devel] Memory Leak while exiting from doEventLoop

2008-10-08 Thread Ross Finlayson
In the downloaded code the doEventLoop() was not exiting and it was a infinite loop. Now i changed the code so that it will exit on keyboard hit. Then also it is not exiting properly. What do you mean "not exiting properly"? Is "doEventLoop()" (when you add a 'watch variable' returning, or n

[Live-devel] Memory Leak while exiting from doEventLoop

2008-10-08 Thread Soumya P N
Hi, In the downloaded code the doEventLoop() was not exiting and it was a infinite loop. Now i changed the code so that it will exit on keyboard hit. Then also it is not exiting properly.I think it is because of some memory leaks. Can anyone give an idea about the resources to be freed while exitin