Bug 19697

Summary: Redundant ref release causing memory leak
Product: WebKit Reporter: Rahul Kuchhal <kuchhal>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Patch to fix darin: review+

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.