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) {
|
if (dst->args == NULL) {
|
||||||
dst->args = src->args;
|
dst->args = src->args;
|
||||||
dst->brokenVal = src->brokenVal;
|
dst->brokenVal = src->brokenVal;
|
||||||
|
dst->freeFunc = src->freeFunc;
|
||||||
src->args = NULL;
|
src->args = NULL;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue