tag/TagId3: re-add missing tag_id3_load()==nullptr check
This commit is contained in:
parent
3d9652ae35
commit
677334f5a9
@ -351,6 +351,8 @@ tag_id3_scan(InputStream &is,
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
tag = tag_id3_load(is);
|
tag = tag_id3_load(is);
|
||||||
|
if (!tag)
|
||||||
|
return false;
|
||||||
} catch (const std::runtime_error &e) {
|
} catch (const std::runtime_error &e) {
|
||||||
LogError(e);
|
LogError(e);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user