Bug 49867 - MediaPlayerPrivateQTKit::setPreservesPitch(bool) leaks an NSDictionary
Summary: MediaPlayerPrivateQTKit::setPreservesPitch(bool) leaks an NSDictionary
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-20 11:24 PST by David Kilzer (:ddkilzer)
Modified: 2010-11-20 12:12 PST (History)
2 users (show)

See Also:


Attachments
Patch v1 (1.98 KB, patch)
2010-11-20 11:30 PST, David Kilzer (:ddkilzer)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2010-11-20 11:24:30 PST
MediaPlayerPrivateQTKit::setPreservesPitch(bool) leaks an NSDictionary object each time it's called.

This regressed in r44999.  <http://trac.webkit.org/changeset/44999>
Comment 1 David Kilzer (:ddkilzer) 2010-11-20 11:30:47 PST
Created attachment 74485 [details]
Patch v1
Comment 2 David Kilzer (:ddkilzer) 2010-11-20 12:12:38 PST
Committed r72478: <http://trac.webkit.org/changeset/72478>