RESOLVED FIXED 90433
[WK2][EFL] Free Ewk_Intent calloc'd memory with free() instead of delete
https://bugs.webkit.org/show_bug.cgi?id=90433
Summary [WK2][EFL] Free Ewk_Intent calloc'd memory with free() instead of delete
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.