提交 a843bdf1 编写于 作者: sangshuduo's avatar sangshuduo

fix coverity scaned memory leak.

上级 f6d4dd84
......@@ -1176,7 +1176,7 @@ static int64_t dumpNormalTable(
}
}
free(tableDes);
tfree(tableDes);
int64_t ret = 0;
if (!g_args.schemaonly) {
......@@ -1184,6 +1184,7 @@ static int64_t dumpNormalTable(
jsonAvroSchema);
}
tfree(jsonAvroSchema);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册