Bug 1824972 [Linux] Allow to leak xdg_mime_init() as it's leaked by Gtk3 library r=emilio,decoder

Differential Revision: https://phabricator.services.mozilla.com/D173824
This commit is contained in:
stransky 2023-03-29 06:38:01 +00:00
Родитель 578781f2a3
Коммит 23177bd720
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -107,6 +107,9 @@ extern "C" const char* __lsan_default_suppressions() {
// The symbol is really __GI___strdup, but if you have the leading _,
// it doesn't suppress it.
// xdg_mime_init() is leaked by Gtk3 library
"leak:xdg_mime_init\n"
// Bug 1078015 - If the process terminates during a PR_Sleep, LSAN
// detects a leak
"leak:PR_Sleep\n"