Bug 43424

Summary: [GTK] Remove a memory leak from CusorGtk.cpp
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Remove the memory leak gustavo: review+

Description Martin Robinson 2010-08-03 09:09:10 PDT
In r64526, I inadvertently introduced a memory leak into CursorGtk.cpp, by rereffing GdkCursors via GRefPtr. This bug tracks the removal of that memory leak.
Comment 1 Martin Robinson 2010-08-03 09:42:44 PDT
Created attachment 63342 [details]
Remove the memory leak
Comment 2 Martin Robinson 2010-08-03 10:02:53 PDT
Committed r64561: <http://trac.webkit.org/changeset/64561>