Re: [Live-devel] Suspected memory leak

2020-06-30 Thread Warren Young
On Thu, Jun 25, 2020 at 11:40 AM Ross Finlayson wrote: > I’ve just installed a new version (2020.06.25) of the code that fixes this. > The current release has a bunch of *.hh files in the "include" dir's parent with the .cpp file. e.g. live/liveMedia/MPEG2TransportStreamDemuxedTrack.hh

Re: [Live-devel] Suspected memory leak

2020-06-25 Thread Ross Finlayson
Thanks for the report. I’ve just installed a new version (2020.06.25) 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.live555.com/mailman/l

[Live-devel] Suspected memory leak

2020-06-25 Thread Amir Perlman
Hi all, I suspect there is a memory leak in the sha1 function, I appreciate it if you can look into it. At sha1 function in HMAC_SHA1.cpp: static void sha1(u_int8_t* resultDigest/*must be SHA1_DIGEST_LEN bytes in size*/, u_int8_t const* data1, unsigned data1Length, u_int8_t const* data2 = NULL,