This is an archive of the discontinued LLVM Phabricator instance.

Add virtual destructor to WasmYAML::Section or avoid memory leak
ClosedPublic

Authored by sbc100 on Mar 31 2017, 2:52 PM.

Event Timeline

sbc100 created this revision.Mar 31 2017, 2:52 PM
sbc100 added a subscriber: alekseyshl.
dschuff added inline comments.Mar 31 2017, 3:03 PM
include/llvm/ObjectYAML/WasmYAML.h
111
sbc100 updated this revision to Diff 93716.Mar 31 2017, 3:17 PM
  • move virtual method to cpp file
sbc100 marked an inline comment as done.Mar 31 2017, 3:17 PM
dschuff accepted this revision.Mar 31 2017, 3:26 PM
This revision is now accepted and ready to land.Mar 31 2017, 3:26 PM
This revision was automatically updated to reflect the committed changes.