[Lldb-commits] [PATCH] D85396: Fix a small memory leak in VectorType.cpp and BlockPointer.cpp
Thorsten via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 5 22:50:15 PDT 2020
tschuett added a comment.
And you can write it as
std::unique_ptr<SyntheticChildrenFrontEnd> synthetic_children = std::make_unique(...);
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85396/new/
https://reviews.llvm.org/D85396
More information about the lldb-commits
mailing list