From dd55ed0fda37f8e6762c9a7f81a211730fa7bffc Mon Sep 17 00:00:00 2001 From: wuhy_irobot2013 Date: Thu, 20 Jan 2022 17:25:52 +0800 Subject: [PATCH] IssueNo: #I4RG3N Description: fix hard keyboard input Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: wuhy_irobot2013 --- services/src/input_control_channel_stub.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/src/input_control_channel_stub.cpp b/services/src/input_control_channel_stub.cpp index 4fb9204c9..0fb408351 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; @@ -252,4 +251,4 @@ namespace MiscServices { return ret; } } -} \ No newline at end of file +} -- Gitee