[Webkit-unassigned] [Bug 73118] Upstream BlackBerry porting of platform/image-decoders
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 28 00:44:58 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=73118
--- Comment #7 from Daniel Bates <dbates at webkit.org> 2011-11-28 00:44:58 PST ---
(From update of attachment 116697)
View in context: https://bugs.webkit.org/attachment.cgi?id=116697&action=review
> Source/WebCore/platform/image-decoders/blackberry/JPEGImageDecoder.cpp:135
> + _uint8* buffer = reinterpret_cast<_uint8*>(malloc(stride * height));
Can we use OwnArrayPtr here? Then we can remove the "free(buffer)" calls throughout this function.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list