Commit ab1c2786 authored by dank@chromium.org's avatar dank@chromium.org

Fix subtle whitespace problem. Lesson: never copy and paste a suppression

from a web page, and always run it through valgrind once no matter
how perfect it is visually.

Review URL: http://codereview.chromium.org/149271

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20065 0039d316-1c4b-4281-b951-d872f2087c98
parent 083db23e
...@@ -421,16 +421,16 @@ ...@@ -421,16 +421,16 @@
fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE
} }
{ {
   # see http://crbug.com/10737   # see http://crbug.com/10737
   bug_10737      bug_10737
   Memcheck:Leak      Memcheck:Leak
   fun:calloc      fun:calloc
   fun:g_malloc0      fun:g_malloc0
   fun:g_closure_new_simple      fun:g_closure_new_simple
   fun:g_cclosure_new      fun:g_cclosure_new
   fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv      fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv
   fun:_ZN16BrowserWindowGtkC1EP7Browser      fun:_ZN16BrowserWindowGtkC1EP7Browser
   fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser      fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
} }
{ {
# real leak; see http://crbug.com/10738 # real leak; see http://crbug.com/10738
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment