В Пнд, 05/06/2006 в 15:48 +0300, Tiago Loureiro пишет: > Hello, > I'm trying to use Sofia-SIP stack and have written a very small > server-like application which simply answers for invites, answers OK > back with some SDP and finally hangs up the call when BYE is received. > Everything works fine but there's a serious memory leak which I have > not been able to track down... > > Can someone please give some feedback on it and let me know if I am > doing something wrong here? Should I free memory somewhere? > Thank you for your support! > > Greetings, > Tiago >
Probably that particular case can be resolved just by looking into the code, but for more complicated memory leaks valgrind is prefect. Have you tried to run your application under valgrind? _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
