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

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: erg review -> is_default_link_color bool variable 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
« no previous file with comments | « chrome/browser/ui/gtk/theme_service_gtk.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5773 matching lines...) Expand 10 before | Expand all | Expand 10 after
5784 } 5784 }
5785 { 5785 {
5786 bug_120353 5786 bug_120353
5787 Memcheck:Leak 5787 Memcheck:Leak
5788 fun:_Znw* 5788 fun:_Znw*
5789 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ 5789 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5790 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_ 5790 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
5791 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects 8LocationERKN4base8CallbackIFvvEEESB_ 5791 fun:_ZN7content13BrowserThread16PostTaskAndReplyENS0_2IDERKN15tracked_objects 8LocationERKN4base8CallbackIFvvEEESB_
5792 fun:_ZN5gdata15GDataFileSystem37PostBlockingPoolSequencedTaskAndReplyERKSsRKN 15tracked_objects8LocationERKN4base8CallbackIFvvEEESC_ 5792 fun:_ZN5gdata15GDataFileSystem37PostBlockingPoolSequencedTaskAndReplyERKSsRKN 15tracked_objects8LocationERKN4base8CallbackIFvvEEESC_
5793 } 5793 }
5794 {
5795 bug_120118
5796 Memcheck:Leak
5797 ...
5798 fun:gtk_widget_style_get
5799 fun:_ZN15ThemeServiceGtk13LoadGtkValuesEv
5800 }
5801 5794
5802 #----------------------------------------------------------------------- 5795 #-----------------------------------------------------------------------
5803 # 4. These only occur on our Google workstations 5796 # 4. These only occur on our Google workstations
5804 5797
5805 { 5798 {
5806 bug_todo_getdelim 5799 bug_todo_getdelim
5807 Memcheck:Leak 5800 Memcheck:Leak
5808 fun:malloc 5801 fun:malloc
5809 fun:getdelim 5802 fun:getdelim
5810 ... 5803 ...
(...skipping 10 matching lines...) Expand all
5821 obj:/lib/libselinux.so.1 5814 obj:/lib/libselinux.so.1
5822 } 5815 }
5823 { 5816 {
5824 bug_todo_grep 5817 bug_todo_grep
5825 Memcheck:Leak 5818 Memcheck:Leak
5826 fun:malloc 5819 fun:malloc
5827 obj:/bin/grep 5820 obj:/bin/grep
5828 obj:/bin/grep 5821 obj:/bin/grep
5829 } 5822 }
5830 5823
OLDNEW
« no previous file with comments | « 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