[webkit-reviews] review granted: [Bug 126999] [iOS] Retain [NSMutableDictionary dictionary] in QLPreviewConverterDictionary() and QLContentDictionary() : [Attachment 221185] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 14 11:37:08 PST 2014


Joseph Pecoraro <joepeck at webkit.org> has granted Daniel Bates
<dbates at webkit.org>'s request for review:
Bug 126999: [iOS] Retain [NSMutableDictionary dictionary] in
QLPreviewConverterDictionary() and QLContentDictionary()
https://bugs.webkit.org/show_bug.cgi?id=126999

Attachment 221185: Patch
https://bugs.webkit.org/attachment.cgi?id=221185&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
r=me

How about just [[NSMutableDictionary alloc] init]? Avoiding an extra
retain/release?


More information about the webkit-reviews mailing list