Commit fefd214b authored by J. Alexander Treuman's avatar J. Alexander Treuman

One more leak

git-svn-id: https://svn.musicpd.org/mpd/trunk@4373 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 93c8aa8b
......@@ -142,6 +142,7 @@ int lsPlaylists(FILE * fp, char * utf8path) {
dup[suff] = '\0';
if((utf8 = fsCharsetToUtf8(dup))) {
insertInList(list,utf8,NULL);
free(utf8);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment