diff options
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
