Bug 26458

Summary: wx port memory leak in ImageSource::setData
Product: WebKit Reporter: Kevin Watters <kevinwatters>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
adds missing "delete m_decoder" kevino: review+

Kevin Watters
Reported 2009-06-16 15:10:14 PDT
ImageSource::setData in platform/graphics/wx/ImageSourceWx.cpp assigns the value of createDecoder to m_decoder without deleting an old one, if it's there.
Attachments
adds missing "delete m_decoder" (1.17 KB, patch)
2009-06-16 15:10 PDT, Kevin Watters
kevino: review+
Kevin Watters
Comment 1 2009-06-16 15:10:50 PDT
Created attachment 31380 [details] adds missing "delete m_decoder"
Kevin Ollivier
Comment 2 2009-06-16 23:13:43 PDT
Landed in r44754, thanks! :)
Note You need to log in before you can comment on or make changes to this bug.