From 1c78b75ba703b438f6b5d949ecfc02bb299f5545 Mon Sep 17 00:00:00 2001 From: wuhy_irobot2013 Date: Thu, 20 Jan 2022 09:07:57 +0000 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E7=90=86=E6=8C=89=E9=94=AE=E8=BE=93?= =?UTF-8?q?=E5=85=A5bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/src/input_control_channel_stub.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/src/input_control_channel_stub.cpp b/services/src/input_control_channel_stub.cpp index 4fb9204c9..a5aab9bf7 100644 --- a/services/src/input_control_channel_stub.cpp +++ b/services/src/input_control_channel_stub.cpp @@ -222,7 +222,6 @@ namespace MiscServices { if (ret) { if (retAgent) { *retAgent = agent; - agent = nullptr; } if (retChannel) { *retChannel = channel; -- Gitee