Bug 73756 - Fix WebPImageDecoder decoder leak
Summary: Fix WebPImageDecoder decoder leak
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: noel gordon
URL:
Keywords:
Depends on:
Blocks: 58851
  Show dependency treegraph
 
Reported: 2011-12-03 17:12 PST by noel gordon
Modified: 2011-12-04 21:52 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.45 KB, patch)
2011-12-03 17:15 PST, noel gordon
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description noel gordon 2011-12-03 17:12:50 PST
WebPImageDecoder allocates a decoder for progressive decodes, but never deletes it.
Comment 1 noel gordon 2011-12-03 17:15:48 PST
Created attachment 117777 [details]
Patch
Comment 2 Andreas Kling 2011-12-03 20:36:10 PST
Comment on attachment 117777 [details]
Patch

LGTM.
Comment 3 WebKit Review Bot 2011-12-03 22:46:23 PST
Comment on attachment 117777 [details]
Patch

Clearing flags on attachment: 117777

Committed r101948: <http://trac.webkit.org/changeset/101948>
Comment 4 WebKit Review Bot 2011-12-03 22:46:27 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Pascal Massimino 2011-12-03 23:35:13 PST
Good catch, thanks!