================
@@ -220,6 +220,12 @@ ConnectionStatus 
ConnectionFileDescriptor::Disconnect(Status *error_ptr) {
   // Prevents reads and writes during shutdown.
   m_shutting_down = true;
 
+  if (!m_io_sp) {
----------------
labath wrote:

Is this still needed? I mean, it sort of makes sense, but it'd be nice if we 
could keep this patch contained to the ADB code.

https://github.com/llvm/llvm-project/pull/145382
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to