aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapper.c')
-rw-r--r--src/mapper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapper.c b/src/mapper.c
index 06780588d..82551d2b2 100644
--- a/src/mapper.c
+++ b/src/mapper.c
@@ -58,7 +58,6 @@ void mapper_init(void)
g_error("config parameter \"%s\" not found\n", CONF_MUSIC_DIR);
}
- music_dir = g_strdup(music_dir_param->value);
music_dir_length = strlen(music_dir);
ret = stat(music_dir, &st);