fix query ctx crash
This commit is contained in:
parent
e256a0dbe3
commit
b0b533e002
|
@ -245,6 +245,7 @@ void transCtxMerge(STransCtx* dst, STransCtx* src) {
|
|||
if (dst->args == NULL) {
|
||||
dst->args = src->args;
|
||||
dst->brokenVal = src->brokenVal;
|
||||
dst->freeFunc = src->freeFunc;
|
||||
src->args = NULL;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue