Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/CodeGen/
-
trunk/
-
lib/
-
CodeGen/
-
MachineFunction.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D52582
[WebAssembly] Fix memory leak on WasmEHFuncInfo
Closed
Public
Authored by
aheejin
on Sep 26 2018, 5:33 PM.
Download Raw Diff
Details
Reviewers
dschuff
Commits
rGec3d65b870c3: [WebAssembly] Fix memory leak on WasmEHFuncInfo
rL343362: [WebAssembly] Fix memory leak on WasmEHFuncInfo
Summary
WasmEHFuncInfo objects were not being properly deleted.
Diff Detail
Repository
rL LLVM
Event Timeline
aheejin
created this revision.
Sep 26 2018, 5:33 PM
Herald
added subscribers:
llvm-commits
,
sunfish
,
jgravelle-google
,
sbc100
.
·
View Herald Transcript
Sep 26 2018, 5:33 PM
Harbormaster
completed remote builds in
B23173: Diff 167220
.
Sep 26 2018, 5:34 PM
dschuff
accepted this revision.
Sep 27 2018, 8:44 AM
This revision is now accepted and ready to land.
Sep 27 2018, 8:44 AM
Closed by commit
rL343362: [WebAssembly] Fix memory leak on WasmEHFuncInfo
(authored by
aheejin
).
·
Explain Why
Sep 28 2018, 1:55 PM
This revision was automatically updated to reflect the committed changes.