From: Arran Cudbard-Bell Date: Thu, 7 Nov 2019 16:47:15 +0000 (-0600) Subject: Don't need suppressions set X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c8a58cc2b2f664fc60e091d81924e00f429eafd;p=thirdparty%2Ffreeradius-server.git Don't need suppressions set --- diff --git a/scripts/ENV-lsan b/scripts/ENV-lsan index 682e16a67b3..f671b6f3803 100644 --- a/scripts/ENV-lsan +++ b/scripts/ENV-lsan @@ -3,4 +3,4 @@ # export ASAN_SYMBOLIZER_PATH="" export ASAN_OPTIONS="malloc_context_size=50 detect_leaks=1 symbolize=1" -export LSAN_OPTIONS="print_suppressions=0 suppressions=/scripts/lsan_leaks fast_unwind_on_malloc=0" +export LSAN_OPTIONS="print_suppressions=0 fast_unwind_on_malloc=0"