Commit c780b8bb authored by Max Kellermann's avatar Max Kellermann

input/CdioParanoia: remove useless cdda_messages() call

parent ca34f325
......@@ -306,10 +306,6 @@ CdioParanoiaInputStream::Read(void *ptr, size_t length)
"paranoia_read: %s", s_err);
free(s_err);
}
char *s_mess = cdda_messages(drv);
if (s_mess) {
free(s_mess);
}
if (!rbuf)
throw std::runtime_error("paranoia read error");
......
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