[Webkit-unassigned] [Bug 118248] [ATK] Leak: leaks in WebKitAccessibleInterfaceText

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 09:33:17 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118248





--- Comment #9 from Christophe Dumez <dchris at gmail.com>  2013-07-01 09:35:15 PST ---
(From update of attachment 205817)
View in context: https://bugs.webkit.org/attachment.cgi?id=205817&action=review

> Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp:97
> +            GOwnPtr<char> objectText(textForRenderer(object));

This could be moved to the if() scope to avoid uselessly calling textForRenderer() when the condition is false.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list