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

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

Issue 7834046: Leaks in DnsConfigServicePosix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index a3dad3e8118e3cf48c27f67cc3cd341a7006baf3..7c4aa739e8474e8fd652152310ce819e75535cd5 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1905,4 +1905,15 @@
fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev
fun:_ZN7testing4Test11DeleteSelf_Ev
}
+{
+ bug_95497
+ Memcheck:Leak
+ fun:calloc
+ fun:res_build_start
+ fun:res_9_vinit
+ fun:res_9_ninit
+ fun:_ZN3net21DnsConfigServicePosix15DnsConfigReader6DoReadEv
+ fun:_ZN3net18WatchingFileReader9DoReadJobEv
+ fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMN3net18WatchingFileReaderEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE
+}
« 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