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