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

Unified Diff: tools/valgrind/suppressions.txt

Issue 115325: valgrind: with my fix upstreamed, we can now remove this suppression. (Closed)
Patch Set: Created 11 years, 7 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/suppressions.txt
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index 0148425a52ef9c592f3a8b3f6f649dff2c7b97f9..3b63c5724ab9a50fc7cd055632d62ace6aa0c86a 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -380,13 +380,6 @@
fun:_ZN7WebCore7V8Proxy20RegisterGlobalHandleENS_16GlobalHandleTypeEPvN2v810PersistentINS3_5ValueEEE
}
{
- # Font memory leak. See http://crbug.com/9475
- bug_9475
- Memcheck:Leak
- fun:_Znwj
- fun:_ZN7WebCore9FontCache22createFontPlatformDataERKNS_15FontDescriptionERKNS_12AtomicStringE
-}
-{
# V8 leak? See http://crbug.com/9458
bug_9458
Memcheck:Leak
« 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