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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 9855028: gtk: Fix memory leak in ThemeServiceGtk::LoadGtkValues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm suppression entry Created 8 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 5770 matching lines...) Expand 10 before | Expand all | Expand 10 after
5781 } 5781 }
5782 { 5782 {
5783 bug_120353 5783 bug_120353
5784 Memcheck:Leak 5784 Memcheck:Leak
5785 fun:_Znw* 5785 fun:_Znw*
5786 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 5786 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5787 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 5787 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
5788 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects 8LocationERKN4base8CallbackIFvvEEESB_ 5788 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects 8LocationERKN4base8CallbackIFvvEEESB_
5789 fun:_ZN5gdata15GDataFileSystem37PostBlockingPoolSequencedTaskAndReplyERKSsRKN 15tracked_objects8LocationERKN4base8CallbackIFvvEEESC_ 5789 fun:_ZN5gdata15GDataFileSystem37PostBlockingPoolSequencedTaskAndReplyERKSsRKN 15tracked_objects8LocationERKN4base8CallbackIFvvEEESC_
5790 } 5790 }
5791 {
5792 bug_120118
5793 Memcheck:Leak
5794 ...
5795 fun:gtk_widget_style_get
5796 fun:_ZN15ThemeServiceGtk13LoadGtkValuesEv
5797 }
5798 5791
5799 #----------------------------------------------------------------------- 5792 #-----------------------------------------------------------------------
5800 # 4. These only occur on our Google workstations 5793 # 4. These only occur on our Google workstations
5801 5794
5802 { 5795 {
5803 bug_todo_getdelim 5796 bug_todo_getdelim
5804 Memcheck:Leak 5797 Memcheck:Leak
5805 fun:malloc 5798 fun:malloc
5806 fun:getdelim 5799 fun:getdelim
5807 ... 5800 ...
(...skipping 10 matching lines...) Expand all
5818 obj:/lib/libselinux.so.1 5811 obj:/lib/libselinux.so.1
5819 } 5812 }
5820 { 5813 {
5821 bug_todo_grep 5814 bug_todo_grep
5822 Memcheck:Leak 5815 Memcheck:Leak
5823 fun:malloc 5816 fun:malloc
5824 obj:/bin/grep 5817 obj:/bin/grep
5825 obj:/bin/grep 5818 obj:/bin/grep
5826 } 5819 }
5827 5820
OLDNEW
« chrome/browser/ui/gtk/theme_service_gtk.cc ('K') | « chrome/browser/ui/gtk/theme_service_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698