fix: change udf comment

This commit is contained in:
slzhou 2022-05-15 14:15:46 +08:00
parent 07d7004a75
commit 89ba943981
1 changed files with 1 additions and 1 deletions

View File

@ -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);