Delete pictures in XiphComment destructor

This commit is contained in:
Sander Jansen
2015-11-12 08:50:34 -06:00
parent 0c14bd0ed0
commit d3351a0012
+1
View File
@@ -61,6 +61,7 @@ Ogg::XiphComment::XiphComment(const ByteVector &data) : TagLib::Tag()
Ogg::XiphComment::~XiphComment()
{
removePictures();
delete d;
}