Re: [Live-devel] [patch] minor ctor/dtor leak in liveMedia/MP3ADUinterleaving.cpp

2008-06-30 Thread Ross Finlayson
Thanks for the report. This bug will be fixed in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-de

[Live-devel] [patch] minor ctor/dtor leak in liveMedia/MP3ADUinterleaving.cpp

2008-06-30 Thread Erik Hovland
The class MP3ADUdeinterleaver allocates fFrames on the heap with new in the ctor. It is not deleted in the dtor. E -- Erik Hovland mail: [EMAIL PROTECTED] web: http://hovland.org/ PGP/GPG public key available on request There is a memory leak in MP3ADUdeinterleaver. From: Erik Hovland <[EMAIL P