Bug 127881 - checkTextOfParagraph releases NSString twice
Summary: checkTextOfParagraph releases NSString twice
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-29 17:54 PST by Ryosuke Niwa
Modified: 2014-01-29 18:01 PST (History)
4 users (show)

See Also:


Attachments
Fixes the bug (1.50 KB, patch)
2014-01-29 17:58 PST, Ryosuke Niwa
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2014-01-29 17:54:51 PST
We have an extra [textString release] there
Comment 1 Ryosuke Niwa 2014-01-29 17:57:09 PST
<rdar://problem/15937446>
Comment 2 Ryosuke Niwa 2014-01-29 17:58:55 PST
Created attachment 222617 [details]
Fixes the bug
Comment 3 Ryosuke Niwa 2014-01-29 18:01:22 PST
Committed r163059: <http://trac.webkit.org/changeset/163059>