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

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

Issue 3023018: Fix memory leaks in TopSites. (Closed)
Patch Set: Real fix + unsuppress leaks. 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 | « tools/heapcheck/suppressions.txt ('k') | 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 9649db2b8b190156c8cfdf8a2dc52d8b4383b880..22cbc772a302f7e7669bc4b083af44371fbe4fdc 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3549,21 +3549,5 @@
fun:_ZN9OptionsUIC1EP11TabContents
fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL
}
-{
- bug_50103_a
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN5Value15CreateNullValueEv
- fun:_ZN7history8TopSites17AddBlacklistedURLERK4GURL
- fun:_ZN7history*TopSitesTest_*_Test8TestBodyEv
-}
-{
- bug_50103_b
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN5Value18CreateIntegerValueE*
- fun:_ZN7history8TopSites12AddPinnedURLERK4GURL*
- fun:_ZN7history*TopSitesTest_PinnedURLs_Test8TestBodyEv
-}
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698