summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-17 13:34:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-17 14:03:30 +0100
commitf5fe05887c82fee412ce01da218f17b6c6ba8e3a (patch)
treeff77c46f6f10e64aae0be014dee458427fcb3090 /desktop
parentd59761f42a54ff830203ddf7d76b9722a4732bf1 (diff)
add GLIBCXX_FORCE_NEW for memcheck
Diffstat (limited to 'desktop')
-rwxr-xr-xdesktop/scripts/soffice.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 41abecd9ec..5dd7882953 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -78,6 +78,8 @@ if [ "$VALGRIND" != "" ]; then
if [ "$VALGRIND" = "memcheck" ]; then
G_SLICE=always-malloc
export G_SLICE
+ GLIBCXX_FORCE_NEW=1
+ export GLIBCXX_FORCE_NEW
fi
fi