Re: [Live-devel] MORE: Memory leaks in DarwinInjector.cpp

2007-11-19 Thread eyal.b
Streaming Media - development & use Subject: Re: [Live-devel] MORE: Memory leaks in DarwinInjector.cpp The next version of gthe "LIVE555 Streaming Media" code - to be released probably within a day or so - will include your suggested changes 1) and 3). However, I won't be m

Re: [Live-devel] MORE: Memory leaks in DarwinInjector.cpp

2007-11-16 Thread Ross Finlayson
The next version of gthe "LIVE555 Streaming Media" code - to be released probably within a day or so - will include your suggested changes 1) and 3). However, I won't be making your suggested change 2/. The "sessionId" field of "MediaSession" is one of a few fields that are not managed by the

[Live-devel] MORE: Memory leaks in DarwinInjector.cpp

2007-11-16 Thread eyal.b
Hello, In my previous mail I have suggested how to prevent memory leaks in DarwinInjector. I want to correct a possible crash in my solution and add some more. 1) My solution could cause NULL pointer memory access error when a DarwinInjector was deleted before a session was created. So