handle except

This commit is contained in:
ubuntu 2022-03-23 17:55:19 +08:00
parent ed5b283291
commit e11d53f5ca
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ void transCtxCleanup(STransCtx* ctx) {
}
taosHashCleanup(ctx->args);
ctx->args = NULL;
}
void transCtxMerge(STransCtx* dst, STransCtx* src) {