Bug 35190 - Don't use system malloc in Java bindings
Summary: Don't use system malloc in Java bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Java (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-19 23:51 PST by Alexey Proskuryakov
Modified: 2010-02-20 01:33 PST (History)
0 users

See Also:


Attachments
proposed patch (5.72 KB, patch)
2010-02-20 00:23 PST, Alexey Proskuryakov
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-02-19 23:51:29 PST
There is no reason to, and the current code can actually leak.
Comment 1 Alexey Proskuryakov 2010-02-20 00:23:32 PST
Created attachment 49121 [details]
proposed patch
Comment 2 Maciej Stachowiak 2010-02-20 01:30:15 PST
Comment on attachment 49121 [details]
proposed patch

r=me
Comment 3 Alexey Proskuryakov 2010-02-20 01:33:40 PST
Committed revision 55045.