Bug 175453
Summary: | Fix the memory leak in the version of MacroAssembler::probe() that takes a lambda. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 174645 |
Mark Lam
This version of MacroAssembler::probe() was previously only used for debugging purposes, and hence, we didn't care about the leak then. Now, the probe mechanism is going to be used for deployed code. We should fix this leak.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/33837842>