Merge tag 'v0.21.13'

release v0.21.13
This commit is contained in:
Max Kellermann
2019-08-06 11:39:25 +02:00
6 changed files with 14 additions and 12 deletions

View File

@@ -299,11 +299,7 @@ CdioParanoiaInputStream::Read(std::unique_lock<Mutex> &,
if (s_err) {
FormatError(cdio_domain,
"paranoia_read: %s", s_err);
#if LIBCDIO_VERSION_NUM >= 90
cdio_cddap_free_messages(s_err);
#else
free(s_err);
#endif
}
throw;