meson: remove redundant malloc scribbling
authorRan Benita <ran@unusedvar.com>
Sat, 14 Dec 2019 11:45:35 +0000 (13:45 +0200)
committerRan Benita <ran@unusedvar.com>
Sat, 14 Dec 2019 11:48:10 +0000 (13:48 +0200)
Turns out meson already sets this (at least MALLOC_PERTURB) on its own
for the `test` target.

Signed-off-by: Ran Benita <ran@unusedvar.com>
meson.build

index ee2e577..b884c90 100644 (file)
@@ -285,9 +285,6 @@ test_env.set('XKB_LOG_LEVEL', 'debug')
 test_env.set('XKB_LOG_VERBOSITY', '10')
 test_env.set('top_srcdir', meson.source_root())
 test_env.set('top_builddir', meson.build_root())
-test_env.set('MALLOC_PERTURB_', '15')
-test_env.set('MallocPreScribble', '1')
-test_env.set('MallocScribble', '1')
 # Some tests need to use unexported symbols, so we link them against
 # an internal copy of libxkbcommon with all symbols exposed.
 libxkbcommon_test_internal = static_library(