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

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

Issue 1699014: Suppress the Valgrind memory leak from the 58138 webkit roll.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 45654)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -2627,3 +2627,16 @@
fun:gdk_pixbuf_loader_write
fun:_ZN10IconLoader9ParseIconEv
}
+{
+ bug_42590
+ Memcheck:Leak
+ fun:malloc
+ fun:_ZN3WTF10fastMalloc*
+ fun:_ZN7WebCore10StringImpl19createUninitializedEjRPt
+ fun:_ZN7WebCore10StringImpl6createEPKcj
+ fun:_ZN7WebCore10StringImpl6createEPKc
+ fun:_ZN3WTF17CStringTranslator9translateERPN7WebCore10StringImplERKPKcj
+ fun:_ZN3WTF24HashSetTranslatorAdapterIPN7WebCore10StringImplENS_10HashTraitsIS3_EEPKcNS_17CStringTranslatorEE9translateERS3_RKS7_SC_j
+ ...
+ fun:_ZN7WebCore9TimerBase10heapInsertEv
+}
Property changes on: tools/valgrind/memcheck/suppressions.txt
___________________________________________________________________
Deleted: svn:executable
- *
« 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