Bug 90433

Summary: [WK2][EFL] Free Ewk_Intent calloc'd memory with free() instead of delete
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit EFLAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, kenneth, lucas.de.marchi, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 90064    
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2012-07-02 22:46:53 PDT
The Ewk_Intent memory is allocated with calloc() but freed with delete. We need to switch to free().
Attachments
Patch (3.75 KB, patch)
2012-07-02 22:48 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2012-07-02 22:48:56 PDT
Kenneth Rohde Christiansen
Comment 2 2012-07-02 22:53:27 PDT
Comment on attachment 150538 [details] Patch Nice
WebKit Review Bot
Comment 3 2012-07-02 23:24:35 PDT
Comment on attachment 150538 [details] Patch Clearing flags on attachment: 150538 Committed r121731: <http://trac.webkit.org/changeset/121731>
WebKit Review Bot
Comment 4 2012-07-02 23:24:40 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.