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

@@ -54,7 +54,7 @@ namespace hgl
{
lock.Lock();
proc_list.Add(join_list);
join_list.ClearData();
join_list.Clear();
lock.Unlock();
return proc_list;
@@ -124,7 +124,7 @@ namespace hgl
lock.Lock();
proc_list.Add(join_list);
join_list.ClearData();
join_list.Clear();
lock.Unlock();
return(true);
@@ -140,7 +140,7 @@ namespace hgl
lock.Lock();
proc_list.Add(join_list);
join_list.ClearData();
join_list.Clear();
lock.Unlock();
return(true);