Bug 107458

Summary: [GTK] Memory leak in FullscreenVideoController::hideHud()
Product: WebKit Reporter: Sudarsana Nagineni (babu) <naginenis>
Component: WebKitGTKAssignee: Sudarsana Nagineni (babu) <naginenis>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, feature-media-reviews, gustavo, pnormand, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 107398    
Attachments:
Description Flags
Patch none

Description Sudarsana Nagineni (babu) 2013-01-21 09:17:00 PST
The value returned by gdk_cursor_new() is not adopted in FullscreenVideoController::hideHud().
Comment 1 Sudarsana Nagineni (babu) 2013-01-21 09:27:20 PST
Created attachment 183798 [details]
Patch
Comment 2 Philippe Normand 2013-01-21 09:43:15 PST
Unless this is really urgent I'd rather fix this as part of bug 107398 and mention you in the ChangeLog :)
Comment 3 Sudarsana Nagineni (babu) 2013-01-21 11:16:54 PST
(In reply to comment #2)
> Unless this is really urgent I'd rather fix this as part of bug 107398 and mention you in the ChangeLog :)

Thanks for looking, Philippe. Fine with me to handle this as part of that bug.
Comment 4 Philippe Normand 2013-01-22 00:01:06 PST
Setting bug dependency so I don't forgot to integrate this patch.
Comment 5 Philippe Normand 2013-02-01 02:27:45 PST
Fixed in r141566