diff --git a/internal/platform/implementation/windows/bluetooth_classic_socket.cc b/internal/platform/implementation/windows/bluetooth_classic_socket.cc index d12401ec..5388075d 100644 --- a/internal/platform/implementation/windows/bluetooth_classic_socket.cc +++ b/internal/platform/implementation/windows/bluetooth_classic_socket.cc @@ -89,7 +89,6 @@ Exception BluetoothSocket::Close() { try { if (windows_socket_ != nullptr) { windows_socket_.Close(); - windows_socket_ = nullptr; } return {Exception::kSuccess}; } catch (std::exception exception) {