同步安全问题和bug

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-03-15 20:06:09 +08:00
parent c1b0b70e5f
commit 29908752f9
9 changed files with 62 additions and 11 deletions
@@ -158,6 +158,7 @@ using namespace MessageID;
if (textListener != nullptr) {
textListener->SendKeyboardInfo(*info);
}
delete info;
break;
}
case MSG_ID_SEND_FUNCTION_KEY: {
@@ -169,6 +170,7 @@ using namespace MessageID;
if (textListener != nullptr) {
textListener->SendKeyboardInfo(*info);
}
delete info;
break;
}
case MSG_ID_MOVE_CURSOR: {