aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-common.sh
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-09 20:16:33 +0000
committerEvan Huus <eapache@gmail.com>2013-03-09 20:16:33 +0000
commitaafe8b18e910aae4b7ae9c3a5c5283c78ca83379 (patch)
treecc687dcf555005c6eb536242cc67d8f53acd519d /tools/test-common.sh
parent122b7cb6dfabd71a987216cf2fee907e8281dbd0 (diff)
Remove the wmem slab. It was an optimization mimicking the emem slab
(removed in r48218) which did nothing particularly useful. Also lets us remove another debugging environment variable. svn path=/trunk/; revision=48219
Diffstat (limited to 'tools/test-common.sh')
-rwxr-xr-xtools/test-common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index faa0155792..ee56b6e0ee 100755
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -67,7 +67,6 @@ export WIRESHARK_EP_VERIFY_POINTERS=
export WIRESHARK_SE_VERIFY_POINTERS=
# Use the Wmem strict allocator which does canaries and scrubbing etc.
export WIRESHARK_DEBUG_WMEM_OVERRIDE=strict
-export WIRESHARK_DEBUG_WMEM_SLAB=
# Turn on GLib memory debugging (since 2.13)
export G_SLICE=debug-blocks