Re: [Live-devel] Memory Leak in AC3AudioStreamFramer

2021-08-15 Thread Ross Finlayson
> On Aug 13, 2021, at 6:05 PM, Ba Jinsheng wrote: > > But would delete[] be better? Yes (although in this case it doesn’t really matter, because the ‘objects’ being allocated in an array are just ‘char’s). But I’ve released a new version (2021.08.14) that fixes this. Ross Finlayson Live Ne

Re: [Live-devel] Memory Leak in AC3AudioStreamFramer

2021-08-13 Thread Ba Jinsheng
- From: live-devel On Behalf Of Ross Finlayson Sent: Saturday, August 14, 2021 12:48 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Memory Leak in AC3AudioStreamFramer - External Email - Thanks again for the report. This bug has also been fixed in

Re: [Live-devel] Memory Leak in AC3AudioStreamFramer

2021-08-13 Thread Ross Finlayson
Thanks again for the report. This bug has also been fixed in the latest “LIVE555 Streaming Media” release (2021.08.13). Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.

[Live-devel] Memory Leak in AC3AudioStreamFramer

2021-08-12 Thread Ba Jinsheng
Dear Ross Finlayson, Sorry for many emails and thanks for your reply. I want to report another memory leak bug in the AC3AudioStreamFramer. In liveMedia/AC3AudioStreamFramer.cpp:306, fSavedFrame pointer is assigned to a new allocated heap memory. There are two delete[] operations to free this