Remove use of invalidated iterator (#4826).
[ardour.git] / gtk2_ardour / arval
index dcbef15a0f4e32f17efa8f6504f84ef6dff51cc9..e563d7800c664b13cf4a7d6229e0966b4e7be51c 100755 (executable)
@@ -1,3 +1,5 @@
 #!/bin/sh
-source ardev_common.sh
-exec valgrind --num-callers=15 --tool=memcheck ./ardour.bin --novst $*
+. `dirname "$0"`/../build/gtk2_ardour/ardev_common_waf.sh
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
+exec valgrind  --error-limit=no --num-callers=50 --tool=memcheck $TOP/$EXECUTABLE --novst "$@"