summaryrefslogtreecommitdiff
path: root/src/items.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/items.c')
-rw-r--r--src/items.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/items.c b/src/items.c
index 7fed640..8664bb6 100644
--- a/src/items.c
+++ b/src/items.c
@@ -586,6 +586,7 @@ free_path_info (TPathInfo *path_info)
g_free (path_info->dest_root);
g_free (path_info->src_dir);
g_free (path_info->dest_dir);
+ g_free (path_info->album_path);
g_free (path_info);
}
}