diff --git a/gpsbabel.supp b/gpsbabel.supp index 5e192c7ba..e91a05fac 100644 --- a/gpsbabel.supp +++ b/gpsbabel.supp @@ -39,3 +39,23 @@ ... fun:_ZN11QTextStreamC1EP9QIODevice } + +{ + + Memcheck:Leak + fun:memalign + fun:posix_memalign + obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4 + fun:g_slice_alloc + fun:g_slice_alloc0 + fun:g_thread_self + fun:g_main_context_acquire + fun:g_main_context_push_thread_default + fun:_ZN27QEventDispatcherGlibPrivateC1EP13_GMainContext + fun:_ZN20QEventDispatcherGlibC1EP7QObject + fun:_ZN23QCoreApplicationPrivate21createEventDispatcherEv + fun:_ZN16QCoreApplication4initEv + fun:_ZN16QCoreApplicationC1ERiPPci + fun:main +} + diff --git a/testo.d/kml.test b/testo.d/kml.test index e482681e3..ed5c834cf 100644 --- a/testo.d/kml.test +++ b/testo.d/kml.test @@ -78,5 +78,5 @@ then esac; done else - echo "SKipping KML validation phase." + echo "Skipping KML validation phase." fi diff --git a/vtesto b/vtesto index 4b286817f..b8b251c2c 100755 --- a/vtesto +++ b/vtesto @@ -11,7 +11,7 @@ BASEPATH=`dirname $0` while getopts "lj:" opt; do case $opt in - l) OPTS="--leak-check=full --show-reachable=yes --suppressions=gpsbabel.supp" ; QUIET="";; + l) OPTS="--leak-check=full --show-reachable=yes --num-callers=24 --suppressions=gpsbabel.supp" ; QUIET="";; j) LOG=$OPTARG;; esac done