* leave api name unchanged so don't break API
This commit is contained in:
TianlongLiang
2025-07-14 13:12:08 +08:00
committed by GitHub
parent c8f7a7fc1a
commit b3158e643c
3 changed files with 11 additions and 11 deletions

View File

@ -170,7 +170,7 @@ bh_free_msg(bh_queue_node *msg)
return;
}
// note: sometime we just use the payload pointer for a integer value
// note: sometimes we just use the payload pointer for an integer value
// len!=0 is the only indicator about the body is an allocated buffer.
if (msg->body && msg->len)
bh_queue_free(msg->body);