linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] memory leaks


From: dmilith
Subject: [Linphone-developers] memory leaks
Date: Mon, 25 Aug 2008 18:57:05 +0200

Hi!
did anyone check programs written with linphone library with valgrind?
i did, and it told me that there are many indirect and some definetely memory 
losts in linphone core. ( and friendly libs )
please check Your project with valgrind for example using my short script:

#! /bin/bash

valgrind \
   -v \
   --tool=memcheck \
   --log-file=test_valgrind-`date +%F_%R`.log \
   --leak-check=yes \
   --error-limit=no \
   --demangle=yes \
   --num-callers=20 \
   --track-fds=yes \
   --trace-children=yes \
   --show-reachable=yes \
   ./YOUR_APP_HERE "$@"


best regards
Daniel (dmilith) Dettlaff

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]