Skip to content

Commit

Permalink
Fix potential memory leak in MetaIOID3::readAlbumArt() on error. Cove…
Browse files Browse the repository at this point in the history
…rity 1023890
  • Loading branch information
stuartm committed May 18, 2013
1 parent f566cac commit 79e2702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythmetadata/metaioid3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ AlbumArtList MetaIOID3::readAlbumArt(TagLib::ID3v2::Tag *tag)
default:
LOG(VB_GENERAL, LOG_ERR, "Music Scanner - APIC tag found "
"with unsupported type");
delete art;
continue;
}

Expand Down

0 comments on commit 79e2702

Please sign in to comment.