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

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

Issue 8294008: Fix for memory leak Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 2 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
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index a30cbdf55502a8b9276150c7e71abcbb722267d1..83fb7fc425e785e5fb739c419541278178a23932 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4502,20 +4502,6 @@
fun:_ZN24NativeTabContentsViewGtk25InitNativeTabContentsViewEv
}
{
- bug_96368
- Memcheck:Leak
- fun:malloc
- fun:g_malloc
- fun:g_slice_alloc
- fun:g_slice_alloc0
- fun:g_type_create_instance
- fun:g_object_constructor
- fun:g_object_newv
- fun:g_object_new
- fun:gtk_views_fixed_new
- fun:_ZN5views17NativeViewHostGtk11CreateFixedEb
-}
-{
bug_96369
Memcheck:Leak
fun:malloc

Powered by Google App Engine
This is Rietveld 408576698