Re: [Live-devel] Memory leak in BasicTaskScheduler0::scheduleDelayedTask

2011-01-03 Thread Ross Finlayson
It seems to be memory leak in BasicTaskScheduler0::scheduleDelayedTask. No there's not. AlarmHandler* alarmHandler = new AlarmHandler(proc, clientData, timeToDelay); // here! where is 'delete' It gets deleted later, when the handler gets called. (Note the "delete this" in the implement

[Live-devel] Memory leak in BasicTaskScheduler0::s cheduleDelayedTask

2011-01-03 Thread 정연철
Thanks for your good job. It seems to be memory leak in BasicTaskScheduler0::scheduleDelayedTask. just i guess, check it out. AlarmHandler* alarmHandler = new AlarmHandler(proc, clientData, timeToDelay); // here! where is 'delete' fDelayQueue.addEntry(alarmHandler);

Re: [Live-devel] Sysclock sanity check causes slow-motion MPEG-2 TS playback from live555MediaServer

2011-01-03 Thread Ross Finlayson
If you're really seeing a problem with this new version, then you're going to have to identify specifically what is causing it. I thought I had. I got it down to just one variable, the OS I ran the live555MediaServer binary on. I meant: You're going to have to identify specifically what *in

Re: [Live-devel] Sysclock sanity check causes slow-motion MPEG-2 TS playback from live555MediaServer

2011-01-03 Thread Warren Young
On 12/31/2010 3:17 AM, Ross Finlayson wrote: If you're really seeing a problem with this new version, then you're going to have to identify specifically what is causing it. I thought I had. I got it down to just one variable, the OS I ran the live555MediaServer binary on. I believe I contro