Bug 39432 - Leak of CFData in MediaPlayerPrivateQuickTimeVisualContext
Summary: Leak of CFData in MediaPlayerPrivateQuickTimeVisualContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-05-20 10:06 PDT by Adam Roben (:aroben)
Modified: 2010-05-20 12:40 PDT (History)
3 users (show)

See Also:


Attachments
Fix a CFData leak in MediaPlayerPrivateQuickTimeVisualContext (2.12 KB, patch)
2010-05-20 10:14 PDT, Adam Roben (:aroben)
adachan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-05-20 10:06:53 PDT
The QTCFDictionaryCreateWithDataCallback function in MediaPlayerPrivateQuickTimeVisualContext.cpp leaks the CFData it creates.
Comment 1 Adam Roben (:aroben) 2010-05-20 10:07:22 PDT
<rdar://problem/8008992>
Comment 2 Adam Roben (:aroben) 2010-05-20 10:14:53 PDT
Created attachment 56607 [details]
Fix a CFData leak in MediaPlayerPrivateQuickTimeVisualContext
Comment 3 Adam Roben (:aroben) 2010-05-20 11:54:15 PDT
Committed r59853: <http://trac.webkit.org/changeset/59853>