> On Jun 8, 2023, at 5:03 PM, Meng Ruijie <ruijie_m...@u.nus.edu> wrote: > > Hi, > > We found one memory leak
No you didn’t. You ran “valgrind” on an application that uses our RTSP server implementation. At one point in the program, you exited it (presumably by modifying the code). When you exited the program, “valgrind” reported that 160 bytes were “definitely lost”. So what? How do know that these 160 bytes would not have been freed later, had you not decided to modify the code to call “exit()”? And you didn’t say what those 160 bytes were, and where they were allocated. Please don’t bother posting random output from “valgrind”, unless you also specifically identify a problem in the code. 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-devel