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

fix coverity scaned memory leak.

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