diff --git a/services/src/input_control_channel_stub.cpp b/services/src/input_control_channel_stub.cpp index 4fb9204c968947dcb03b63fedfbbcc15493f92d8..0fb4083511f5b80c2ed4d3833897fa0a02bf2c1c 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 +}