summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-18 09:45:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-18 09:45:41 +0000
commitdfb0fac47b3e93e2fcad916c598b5bc0483b532c (patch)
tree15499695f9bc89ac001c02740561b4030d952f3f /desktop/scripts
parent9f70db4be31dd8f9f9a621fe79c8d4d36b07a723 (diff)
tweak G_SLICE to canonical always-malloc
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/soffice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index cf80892efbd9..239185389128 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -63,7 +63,7 @@ fi
if [ "$VALGRIND" != "" ]; then
VALGRINDCHECK="valgrind --tool=$VALGRIND --error-exitcode=101"
export VALGRINDCHECK
- G_SLICE=malloc
+ G_SLICE=always-malloc
export G_SLICE
fi