dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / openvpn / debug / doval
blobe2155107373ce29887dfd432ab6544547cd4581e
1 #!/bin/bash
2 PROGDIR=`dirname $0`
3 unset LD_LIBRARY_PATH
4 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 "$@"