Index: src/playlist-spl.c |
diff --git a/src/playlist-spl.c b/src/playlist-spl.c |
index 5a6a3b00d4c1b8926334d3da237d550228aa7ad1..2942b4c38c80c752ce46b7dde988c032b6286a5e 100644 |
--- a/src/playlist-spl.c |
+++ b/src/playlist-spl.c |
@@ -615,7 +615,6 @@ static void spl_text_t_from_tracks(text_t** p, |
if(f != NULL) { |
append_text_t(&c, f); |
LIBMTP_PLST_DEBUG("track %d = %s (%u)\n", i+1, f, tracks[i]); |
- free(f); |
} |
else |
LIBMTP_ERROR("failed to find filepath for track=%d\n", tracks[i]); |