================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to