summaryrefslogtreecommitdiff
path: root/tools/valgrind-wireshark.sh
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-12-27 22:51:33 +0000
committerEvan Huus <eapache@gmail.com>2012-12-27 22:51:33 +0000
commit442b61d0a41b18951366a17e8f612d1ccbb00a1a (patch)
tree42a3c617dd73960e84b6d4c73a69546a6eb8cacf /tools/valgrind-wireshark.sh
parentf88d8e48c165ebd1ec95834c2a2b5815103566c3 (diff)
downloadwireshark-442b61d0a41b18951366a17e8f612d1ccbb00a1a.tar.gz
Change the format of the environment variable slightly to allow overriding
allocator choice to use any specific allocator, not just simple. svn path=/trunk/; revision=46816
Diffstat (limited to 'tools/valgrind-wireshark.sh')
-rwxr-xr-xtools/valgrind-wireshark.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind-wireshark.sh b/tools/valgrind-wireshark.sh
index b6c5903bdd..c941ed39f6 100755
--- a/tools/valgrind-wireshark.sh
+++ b/tools/valgrind-wireshark.sh
@@ -78,7 +78,7 @@ fi
export WIRESHARK_DEBUG_EP_NO_CHUNKS=
export WIRESHARK_DEBUG_SE_NO_CHUNKS=
-export WIRESHARK_DEBUG_WMEM_SIMPLE=
+export WIRESHARK_DEBUG_WMEM_OVERRIDE=simple
export G_SLICE=always-malloc # or debug-blocks
libtool --mode=execute valgrind $LEAK_CHECK $REACHABLE $TRACK_ORIGINS $BIN_DIR/$COMMAND $COMMAND_ARGS $PCAP $COMMAND_ARGS2 > /dev/null