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

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

Issue 3010030: Suppresssing leak in MessagePumpLibevent (Closed)
Patch Set: Created 10 years, 5 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.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 34ef7162ca8129c8e8b4d68552f6f37e09c6bfb6..da6759e87f7145dd6f9972538ad4f18ce78929e0 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3504,5 +3504,15 @@
fun:_ZN9OptionsUIC1EP11TabContents
fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL
}
-
-
+{
+ bug_50252
+ Memcheck:Leak
+ fun:malloc
+ fun:realloc
+ fun:realloc
+ fun:min_heap_reserve
+ fun:event_add
+ fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
+ fun:_ZN11MessageLoop11RunInternalEv
+ fun:_ZN11MessageLoop10RunHandlerEv
+}
« 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