handle except
This commit is contained in:
parent
ed5b283291
commit
e11d53f5ca
|
@ -240,6 +240,7 @@ void transCtxCleanup(STransCtx* ctx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
taosHashCleanup(ctx->args);
|
taosHashCleanup(ctx->args);
|
||||||
|
ctx->args = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void transCtxMerge(STransCtx* dst, STransCtx* src) {
|
void transCtxMerge(STransCtx* dst, STransCtx* src) {
|
||||||
|
|
Loading…
Reference in New Issue