Revert temp changes to valgrind-wireshark.sh

This commit is contained in:
Martin Mathieson 2020-10-19 11:14:23 +01:00 committed by Wireshark GitLab Utility
parent 3b74cbcf4e
commit a480d91a5b
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ COMMAND="$WIRESHARK_BIN_DIR/$COMMAND"
cmdline="valgrind --suppressions=$( dirname "$0" )/vg-suppressions $ADDITIONAL_SUPPRESSION_FILE \
--tool=$TOOL $CALLGRIND_OUT_FILE $VERBOSE $LEAK_CHECK $REACHABLE $GEN_SUPPRESSIONS $TRACK_ORIGINS \
$COMMAND -T pdml $COMMAND_ARGS $PCAP $COMMAND_ARGS2"
$COMMAND $COMMAND_ARGS $PCAP $COMMAND_ARGS2"
if [ "$VERBOSE" != "" ];then
echo -e "\\n$cmdline\\n"