Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 23719014: Suppress an intentional leak after r221427. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index ce36ce0f4bc35710e6c830d6912e818d9b6ec18d..79cea46a7474573f91691fed0fbf1e009f8c979f 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -386,6 +386,18 @@
fun:allocateBranchIsland
fun:mach_override_ptr
}
+{
+ # Intentional leak of a time-based self-deleting object.
+ bug_264886
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN4base26MessagePumpInstrumentation6CreateERKNS_9TimeDeltaES3_
+ fun:_ZN4base24MessagePumpCFRunLoopBase21EnableInstrumentationEv
+ fun:_ZN4base24MessagePumpNSApplicationC2Ev
+ fun:_ZN4base24MessagePumpCrApplicationC2Ev
+ fun:_ZN4base24MessagePumpCrApplicationC1Ev
+ fun:_ZN4base14MessagePumpMac6CreateEv
+}
# 3. Suppressions for real chromium bugs that are not yet fixed.
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698