!2743 函数SetExtraThreadInfo内BGWORKER分支缺少break语句
Merge pull request !2743 from foolishlee/SetExtraThreadInfo
This commit is contained in:
@ -12433,6 +12433,7 @@ void SetExtraThreadInfo(knl_thread_arg* arg)
|
||||
t_thrd.bgworker_cxt.bgworker = ((BackgroundWorkerArgs *)arg->payload)->bgworker;
|
||||
t_thrd.bgworker_cxt.bgworkerId = ((BackgroundWorkerArgs *)arg->payload)->bgworkerId;
|
||||
pfree_ext(arg->payload);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user