diff options
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 538c7ec..fc2b38c 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -774,7 +774,7 @@ fun:_ZN7WebCore11RenderBlock13paintContentsERNS_12RenderObject9PaintInfoEii } { - bug_35625 + bug_35625a Memcheck:Leak fun:malloc_zone_malloc fun:_CFRuntimeCreateInstance @@ -800,6 +800,32 @@ fun:-[NSWindow displayIfNeeded] } { + bug_35625b + Memcheck:Leak + fun:malloc_zone_malloc + fun:_CFRuntimeCreateInstance + fun:CGTypeCreateInstanceWithAllocator + fun:CGTypeCreateInstance + fun:CGFunctionCreate + fun:CGGradientGetFunction + fun:CGContextDrawLinearGradient + fun:-[SectionSeparatorView(PrivateMethods) drawGradientRect:] + fun:-[SectionSeparatorView drawRect:] + fun:-[NSView _drawRect:clip:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + fun:-[NSView displayIfNeeded] + fun:-[NSWindow displayIfNeeded] +} +{ bug_36605 Memcheck:Leak fun:malloc |