Bug 19697 - Redundant ref release causing memory leak
Summary: Redundant ref release causing memory leak
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-20 15:03 PDT by Rahul Kuchhal
Modified: 2008-06-22 17:49 PDT (History)
1 user (show)

See Also:


Attachments
Patch to fix (1.09 KB, patch)
2008-06-20 15:08 PDT, Rahul Kuchhal
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rahul Kuchhal 2008-06-20 15:03:45 PDT
releaseRef() on ClipboardUtilitiesWin.cpp:413 is not required and is causing a memory leak.
Comment 1 Rahul Kuchhal 2008-06-20 15:08:25 PDT
Created attachment 21861 [details]
Patch to fix
Comment 2 Darin Adler 2008-06-20 15:52:46 PDT
Comment on attachment 21861 [details]
Patch to fix

r=me
Comment 3 Mark Rowe (bdash) 2008-06-22 17:48:31 PDT
In the future, please use the prepare-ChangeLog script to generate the ChangeLog entry.  Your entry is in the wrong ChangeLog, does not contain your full name, and uses tabs instead of spaces for indentation.
Comment 4 Mark Rowe (bdash) 2008-06-22 17:49:04 PDT
Landed in r34729.