renamed to Free/Clear instead of Clear/ClearData

This commit is contained in:
2023-08-14 20:01:44 +08:00
parent 252955735e
commit b0514c94e3
14 changed files with 34 additions and 34 deletions

View File

@@ -88,7 +88,7 @@ namespace hgl
}
else
{
data_list[recv_index].ClearData(); //清空接收区的数据
data_list[recv_index].Clear(); //清空接收区的数据
post_lock.Lock();
_Swap();