Export G_SLICE=debug-blocks to do additional memory checks;

svn path=/trunk/; revision=35166
This commit is contained in:
Bill Meier 2010-12-10 05:23:40 +00:00
parent 9b9dcb0161
commit 8867ada0f8
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export WIRESHARK_DEBUG_SCRUB_MEMORY=
export WIRESHARK_DEBUG_SE_USE_CANARY=
export WIRESHARK_EP_VERIFY_POINTERS=
export WIRESHARK_SE_VERIFY_POINTERS=
export G_SLICE=debug-blocks # since GLib 2.13
export MALLOC_CHECK_=3
$BIN_DIR/tshark -nVxr $1 > /dev/null