doval
344ee918
 #!/bin/bash
0c7168e2
 PROGDIR=`dirname $0`
 unset LD_LIBRARY_PATH
 valgrind --tool=memcheck --error-limit=no --suppressions=$PROGDIR/debug/valgrind-suppress --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $PROGDIR/openvpn "$@"