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

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

Issue 7569026: Leak with INIT_AppleEvents on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge master. Created 9 years, 4 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 f0785ebd74f99cb856e41811df8cbd5f9e4aa6d2..c8600437f01c6df3cad9aa9a30a2d714b7f688cd 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1804,3 +1804,24 @@
fun:_ZN14GpuDataManager11GetInstanceEv
fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv
}
+{
+ bug_91892
+ Memcheck:Leak
+ fun:_Znw*
+ fun:sendSimpleEventToSelf
+ fun:aeInitializeFromHIToolbox
+ fun:INIT_AppleEvents
+ fun:_FirstEventTime
+ fun:RunCurrentEventLoopInMode
+ fun:ReceiveNextEventCommon
+ fun:BlockUntilNextEventMatchingListInMode
+ fun:_DPSNextEvent
+ fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
+ fun:-[NSApplication run]
+ fun:_ZN4base24MessagePumpNSApplication5DoRunEPNS_11MessagePump8DelegateE
+ fun:_ZN4base24MessagePumpCFRunLoopBase3RunEPNS_11MessagePump8DelegateE
+ fun:_ZN11MessageLoop11RunInternalEv
+ fun:_ZN11MessageLoop10RunHandlerEv
+ fun:_ZN11MessageLoop13RunAllPendingEv
+ fun:_ZN20InProcessBrowserTest23RunTestOnMainThreadLoopEv
+}
« 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