Delete pictures in XiphComment destructor

This commit is contained in:
Sander Jansen 2015-05-16 14:14:06 -05:00
parent 0c14bd0ed0
commit d3351a0012

View File

@ -61,6 +61,7 @@ Ogg::XiphComment::XiphComment(const ByteVector &data) : TagLib::Tag()
Ogg::XiphComment::~XiphComment()
{
removePictures();
delete d;
}