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

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

Issue 10736023: Suppress leaks in gdata::GDataEntry::FromProtoString() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 5d6af026801b8ff06d7e2233caa0f389fb59767f..f522ecdbbac1c7354c188b3f65197cf640569227 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5550,6 +5550,16 @@
fun:_ZN16RenderThreadImplC1ERKSs
fun:_ZN21WebRTCAudioDeviceTest5SetUpEv
}
+{
+ bug_chromium_os_32464
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN5gdata10GDataEntry15FromProtoStringERKSs
+ fun:_ZN5gdata12GDataLevelDB15GetByResourceIdERKSsP10scoped_ptrINS_10GDataEntryEE
+ ...
+ fun:_ZN5gdata12_GLOBAL__N_111*
+ fun:_ZN5gdata38GDataDBTest_IncompatibleProtoTest_Test8TestBodyEv
+}
#-----------------------------------------------------------------------
« 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