aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 932bbb3..1b34d53 100644
--- a/src/main.c
+++ b/src/main.c
@@ -480,6 +480,7 @@ static void ftag_query(int argc, char **argv)
rc = sqlite3_exec(db, sql, print_all_callback, &print_header, NULL);
sqlite3_check(rc, db);
sqlite3_close(db);
+ free(tags);
}
/* Check that the tag we are trying to create does not exist yet. If this