From d4624fdbee0a252eafd6540687fb1adbf8401551 Mon Sep 17 00:00:00 2001 From: Andrew McCreight Date: Fri, 20 Jun 2014 16:31:58 -0700 Subject: [PATCH] Bug 988041 - Add another LSan suppression for file descriptor stuff. r=CLOSED TREE --- build/sanitizers/lsan_suppressions.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/sanitizers/lsan_suppressions.txt b/build/sanitizers/lsan_suppressions.txt index 8256c02e5800..be5f9222920c 100644 --- a/build/sanitizers/lsan_suppressions.txt +++ b/build/sanitizers/lsan_suppressions.txt @@ -85,6 +85,9 @@ leak:SECITEM_AllocItem_Util leak:GlobalPrinters::InitializeGlobalPrinters leak:nsPSPrinterList::GetPrinterList +# Bug 1028456 - More leaks with _PR_Getfd, in nsLocalFile::CopyToNative and do_create. bc1, bc3 +leak:_PR_Getfd + ### ### Leaks with system libraries in their stacks. These show up across a number of tests.