From c0aa6c47adf33c89d34eb8217b30f70b7d04953c 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 4fb9204..0fb4083 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 +}