Bug 72453 - DRT's uiElementAttributeValueCallback function is leaky
Summary: DRT's uiElementAttributeValueCallback function is leaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-15 19:35 PST by Adam Roben (:aroben)
Modified: 2011-11-15 22:51 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.85 KB, patch)
2011-11-15 22:43 PST, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-11-15 19:35:09 PST
Check it out: http://trac.webkit.org/browser/trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp?rev=99741#L377

We're leaking the attribute string. The Leaks bot concurs.
Comment 1 Darin Adler 2011-11-15 22:43:06 PST
Created attachment 115324 [details]
Patch
Comment 2 Darin Adler 2011-11-15 22:46:54 PST
Committed r100409: <http://trac.webkit.org/changeset/100409>