提交 2f809b0a 编写于 作者: L liuhui

fix: bbodyb typo

Signed-off-by: Nliuhui <liuhui@ohos.com.cn>
上级 80db5b26
......@@ -1167,7 +1167,7 @@ int Fun()
// msg is saved to the global queue, and the freed body member may be used.
if (!InsertMsgToQueue(msg)) {
delete msg->body; // The memory to which the bbodyb points may be freed again.
delete msg->body; // The memory to which the body points may be freed again.
delete msg;
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册