Bug 101941 - Fix memory leak in createSurfaceForBackingStore()
Summary: Fix memory leak in createSurfaceForBackingStore()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-12 08:38 PST by Chris Dumez
Modified: 2012-11-12 12:38 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.36 KB, patch)
2012-11-12 10:54 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-11-12 08:38:18 PST
We have a memory leak in createSurfaceForBackingStore(), the RefPtr<cairo_surface_t> is not released when returned.
Comment 1 Chris Dumez 2012-11-12 10:54:20 PST
Created attachment 173672 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-12 12:38:25 PST
Comment on attachment 173672 [details]
Patch

Clearing flags on attachment: 173672

Committed r134283: <http://trac.webkit.org/changeset/134283>
Comment 3 WebKit Review Bot 2012-11-12 12:38:29 PST
All reviewed patches have been landed.  Closing bug.