[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

[Live-devel] Live555 Assertion Violation bug

2021-08-12 Thread Ba Jinsheng
Dear Ross Finlayson, There may be an assertion violation bug. When sending multiple SETUP and PLAY commands, the live555 may violate this assertion: liveMedia/FramedSource.cpp:65 Then it outputs "FramedSource[0x61000440]::getNextFrame(): attempting to read more than once at the same time!"