[Lldb-commits] [lldb] [lldb][NFC] Small fixes identified by the clang static analyzer (PR #148773)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 15 10:00:16 PDT 2025
================
@@ -539,6 +540,8 @@ static Status HandleFileAction(ProcessLaunchInfo &launch_info,
: "unable to launch");
}
+ [env_dict release];
+ [options release];
----------------
kastiglione wrote:
I wonder if these objc++ files can switch to using ARC (not that you should deal with that for this PR)
https://github.com/llvm/llvm-project/pull/148773
More information about the lldb-commits
mailing list