1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-23 08:20:01 +01:00

do NOT free toc entries in CddaSongLoader (reverting previous change)

This commit is contained in:
Lukas Prediger 2021-05-16 16:32:37 +03:00 committed by John Maguire
parent 86bbd2ace6
commit e9945bcbc6

View File

@ -156,7 +156,6 @@ void CddaSongLoader::LoadSongsFromCdda() {
songs[i++].set_length_nanosec(duration);
}
}
g_list_free(entries);
gst_toc_unref(toc);
}
gst_message_unref(msg_toc);