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 {
|
||||
tag = tag_id3_load(is);
|
||||
if (!tag)
|
||||
return false;
|
||||
} catch (const std::runtime_error &e) {
|
||||
LogError(e);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user