Re: [Live-devel] Possible memory leak in MIKEYPayload

2021-01-13 Thread Ross Finlayson
Yes, indeed. Thanks for reporting this. I’ve just installed a new version (2020.01.13) of the code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.liv

[Live-devel] Possible memory leak in MIKEYPayload

2021-01-13 Thread Micha Kalfon
I suspect there's a memory leak in the MIKEYPayload class. The fData member is initialized with dynamic allocation in the constructor: MIKEYPayload::MIKEYPayload(MIKEYState& ourMIKEYState, u_int8_t payloadType, u_int8_t const* data, unsigned dataSize) : fOurMIKEYState(