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

Unified Diff: tools/valgrind/suppressions.txt

Issue 149271: Fix subtle whitespace problem. Lesson: never copy and paste a suppression... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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/suppressions.txt
===================================================================
--- tools/valgrind/suppressions.txt (revision 20051)
+++ tools/valgrind/suppressions.txt (working copy)
@@ -421,16 +421,16 @@
fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE
}
{
-   # see http://crbug.com/10737  
-   bug_10737  
-   Memcheck:Leak  
-   fun:calloc  
-   fun:g_malloc0  
-   fun:g_closure_new_simple  
-   fun:g_cclosure_new  
-   fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv  
-   fun:_ZN16BrowserWindowGtkC1EP7Browser  
-   fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser  
+ # see http://crbug.com/10737
+   bug_10737
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:g_closure_new_simple
+   fun:g_cclosure_new
+   fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv
+   fun:_ZN16BrowserWindowGtkC1EP7Browser
+   fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
}
{
# real leak; see http://crbug.com/10738
« 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