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

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

Issue 160509: Fix memory leak introduced by r22043. (Closed)
Patch Set: remove supression Created 11 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 | « chrome/browser/extensions/extensions_service.cc ('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 58396cf30dafeee0004918e866bc680fe21a5be0..f5f94a0a498dc91f6e25831c054b03550afee6a1 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -954,26 +954,3 @@
fun:_ZN7WebCore12AtomicStringC1EPKc
fun:_ZN7WebCore8SVGNames4initEv
}
-{
- crbug_18070
- Memcheck:Leak
- ...
- fun:_ZN7Version20GetVersionFromStringERKSs
- fun:_ZN17ExtensionsService24OnExternalExtensionFoundERKSsS1_RK8FilePathN9Extension8LocationE
- fun:_ZN14RunnableMethodI17ExtensionsServiceMS0_FvRKSsS2_RK8FilePathN9Extension8LocationEE6Tuple4ISsSsS3_S7_EE3RunEv
- fun:_ZN11MessageLoop7RunTaskEP4Task
- fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
- fun:_ZN11MessageLoop6DoWorkEv
- fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
- fun:_ZN11MessageLoop11RunInternalEv
- fun:_ZN11MessageLoop10RunHandlerEv
- fun:_ZN11MessageLoop13RunAllPendingEv
- fun:_ZN46ExtensionsServiceTest_ExternalInstallPref_Test8TestBodyEv
- fun:_ZN7testing4Test3RunEv
- fun:_ZN7testing8internal12TestInfoImpl3RunEv
- fun:_ZN7testing8internal12TestInfoImpl7RunTestEPNS_8TestInfoE
- fun:_ZN7testing8TestCase3RunEv
- fun:_ZN7testing8TestCase11RunTestCaseEPS0_
- fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
- fun:_ZN7testing8UnitTest3RunEv
-}
« no previous file with comments | « chrome/browser/extensions/extensions_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698