From 968b609619fab6ddff939807aa42c0bdcf2f2304 Mon Sep 17 00:00:00 2001 From: "nirnimesh@chromium.org" Date: Fri, 11 Sep 2009 17:24:57 +0000 Subject: Remove suppression for Mem leak with BrowserWindowCocoa::Show() The leak appears to been fixed. Cannot repro anymore. TEST=valgrind ui bot should not show this BUG=16628 Review URL: http://codereview.chromium.org/197058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25980 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions_mac.txt | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'tools') diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index e8bb48c..4a6caa3 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -442,20 +442,6 @@ fun:_ZN7WebCore11RenderBlock5paintERNS_12RenderObject9PaintInfoEii } { - # Probably a system leak? - bug_16628 - Memcheck:Leak - fun:malloc_zone_malloc - fun:_CFRuntimeCreateInstance - fun:__CFDictionaryInit - fun:CARenderOGLNew_ - fun:view_state_new - fun:view_state_acquire - fun:view_draw - fun:CAViewDraw - fun:-[NSView _drawRect:clip:] -} -{ # System leak? But we usually tickle it with our throbber... bug_18661 Memcheck:Leak -- cgit v1.1