diff --git a/src/bin/leak_analyser.sh b/src/bin/leak_analyser.sh index 66c6880ae0..2532e2af52 100755 --- a/src/bin/leak_analyser.sh +++ b/src/bin/leak_analyser.sh @@ -94,6 +94,7 @@ EXCLUDE_PATTERN="" if [ -z "$NO_DEFAULTS" ] then declare -a DEFAULT_EXCLUDE_LIST=( \ + " initialize_before " \ " __cxa_atexit " \ " BPrivate::Libroot::LocaleBackend::LoadBackend" \ " initialize_before " \ @@ -108,8 +109,7 @@ then " _init " \ " BTranslatorRoster::Default" \ "Translator> " \ - " icu::" \ - " icu::" \ + " icu(_[0-9]+)?::" \ ) for EXCLUDE in "${DEFAULT_EXCLUDE_LIST[@]}"