aboutsummaryrefslogtreecommitdiff
path: root/tool/sqldiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'tool/sqldiff.c')
-rw-r--r--tool/sqldiff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sqldiff.c b/tool/sqldiff.c
index 85cae56de..123d5b49b 100644
--- a/tool/sqldiff.c
+++ b/tool/sqldiff.c
@@ -473,6 +473,7 @@ static void dump_table(const char *zTab, FILE *out){
fprintf(out, "%s;\n", sqlite3_column_text(pStmt,0));
}
sqlite3_finalize(pStmt);
+ sqlite3_free(zId);
}