aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 2e74b34..af9fe56 100644
--- a/src/main.c
+++ b/src/main.c
@@ -387,6 +387,7 @@ ftag_add_one_file(sqlite3 *db, int *next_id, const char *file, uint32_t file_sum
if (input[0] != '\0') {
date = time_from_str(input);
}
+ free(input);
char extension[16];
/* Find the position of the last dot character in file name. If found,