Force malloc of g_slices in asan build

Otherwise leaks could be missed.
This commit is contained in:
Matthias Clasen 2021-01-22 00:13:13 -05:00
parent a486536925
commit 0d790505aa

View File

@ -9,6 +9,7 @@ backend=$2
# Ignore memory leaks lower in dependencies
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
export G_SLICE=always-malloc
case "${backend}" in
x11)