Bug 147497 - REGRESSION (r174791): Returning a zombie NSImage from sharingService:transitionImageForShareItem:contentRect:
Summary: REGRESSION (r174791): Returning a zombie NSImage from sharingService:transiti...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-07-31 12:38 PDT by Brady Eidson
Modified: 2015-07-31 12:44 PDT (History)
0 users

See Also:


Attachments
Patch v1 (1.37 KB, patch)
2015-07-31 12:40 PDT, Brady Eidson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2015-07-31 12:38:00 PDT
REGRESSION (r174791): Returning a zombie NSImage from sharingService:transitionImageForShareItem:contentRect:

Easy fix with a [[retain] autorelease]

rdar://problem/22060183
Comment 1 Brady Eidson 2015-07-31 12:40:54 PDT
Created attachment 257945 [details]
Patch v1
Comment 2 Brady Eidson 2015-07-31 12:44:02 PDT
https://trac.webkit.org/changeset/187669