提交 89ba9439 编写于 作者: S slzhou

fix: change udf comment

上级 07d7004a
......@@ -826,7 +826,7 @@ void onUdfcPipeClose(uv_handle_t *handle) {
taosMemoryFree(conn);
taosMemoryFree((uv_pipe_t *) handle);
//clear the udf handles cache
//clear the udf handles cache TODO move to other thread
uv_mutex_lock(&gUdfdProxy.udfStubsMutex);
taosArrayClear(gUdfdProxy.udfStubs);
uv_mutex_unlock(&gUdfdProxy.udfStubsMutex);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册