提交 b0b533e0 编写于 作者: dengyihao's avatar dengyihao

fix query ctx crash

上级 e256a0db
...@@ -245,6 +245,7 @@ void transCtxMerge(STransCtx* dst, STransCtx* src) { ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册