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

Description Chris Dumez 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().
Comment 1 Chris Dumez 2012-07-02 22:48:56 PDT
Created attachment 150538 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-07-02 22:53:27 PDT
Comment on attachment 150538 [details]
Patch

Nice
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-07-02 23:24:40 PDT
All reviewed patches have been landed.  Closing bug.