One more leak

git-svn-id: https://svn.musicpd.org/mpd/trunk@4373 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman 2006-07-16 19:20:40 +00:00
parent 93c8aa8b71
commit fefd214b8e
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ int lsPlaylists(FILE * fp, char * utf8path) {
dup[suff] = '\0';
if((utf8 = fsCharsetToUtf8(dup))) {
insertInList(list,utf8,NULL);
free(utf8);
}
}
}