[Webkit-unassigned] [Bug 134355] New: Serious canvas memory leak in iOS 7.1.1.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 26 12:42:01 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=134355
Summary: Serious canvas memory leak in iOS 7.1.1.
Product: WebKit
Version: 528+ (Nightly build)
Platform: iOS
URL: http://stackoverflow.com/questions/24387541/ios-7-1-1-
canvas-drawimage-memory-leak/
OS/Version: iOS 7.0
Status: NEW
Severity: Critical
Priority: P2
Component: Canvas
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aga at flyingsoft.phatcode.net
Not sure if this is an internal iOS issue or not, but in Safari on iOS 7.1.1 there is a serious canvas memory leak:
http://stackoverflow.com/questions/24387541/ios-7-1-1-canvas-drawimage-memory-leak/ :
ctx.drawImage(anotherCanvas, clipX, clipY, clipW, clipH, x, y, w, h) --> memory leak.
ctx.drawImage(anotherCanvas, x, y, w, h) --> no memory leak.
--
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