[webkit-reviews] review granted: [Bug 130048] Fix three leaks : [Attachment 226346] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 10 16:02:53 PDT 2014


Anders Carlsson <andersca at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 130048: Fix three leaks
https://bugs.webkit.org/show_bug.cgi?id=130048

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=226346&action=review


> Source/WebCore/page/ios/UserAgentIOS.mm:47
> +    RetainPtr<NSDictionary> systemInfo = adoptNS([[NSDictionary alloc]
initWithContentsOfFile:[platformSystemRootDirectory()
stringByAppendingPathComponent:@"System/Library/CoreServices/SystemVersion.plis
t"]]);

Can just use auto systemInfo =.


More information about the webkit-reviews mailing list