diff options
-rw-r--r-- | music.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ gboolean music_scan(struct directory *directory) { g_debug("recursing into %s", entry); music_scan(d); } + g_free(fullpath); } g_dir_close(dir); |