[Lldb-commits] [PATCH] D88247: Fix memory leak in SBValue::GetAddress

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 24 10:50:53 PDT 2020


JDevlieghere added a comment.

Good catch, thank you! I wanted to suggest making the `SBAddress` constructor take the `Address` by const-reference but wanted to see how much work that'd be which resulted in D88249 <https://reviews.llvm.org/D88249>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88247/new/

https://reviews.llvm.org/D88247



More information about the lldb-commits mailing list