Commit 3d5c0948 authored by Max Kellermann's avatar Max Kellermann

PlaylistFile: fix memory leak

parent 6abc94ec
......@@ -167,6 +167,7 @@ LoadPlaylistFileInfo(PlaylistFileInfo &info,
return false;
info.name = name_utf8;
g_free(name_utf8);
info.mtime = st.st_mtime;
return true;
}
......
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