[Libreoffice-commits] .: desktop/scripts

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jan 18 01:49:07 PST 2011


 desktop/scripts/soffice.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f5671a74eae93bb61b888127ea2bae425e3cfb1d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 18 09:45:41 2011 +0000

    tweak G_SLICE to canonical always-malloc

diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 515c320..2989edd 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
 


More information about the Libreoffice-commits mailing list