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

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

Issue 8353034: Fix for a memory leak in views/controls/native/native_view_host_gtk.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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
« no previous file with comments | « AUTHORS ('k') | views/controls/native/native_view_host_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 106695)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -4476,20 +4476,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
« no previous file with comments | « AUTHORS ('k') | views/controls/native/native_view_host_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698