mirror of
https://github.com/taglib/taglib.git
synced 2025-07-20 22:14:22 -04:00
Delete pictures in XiphComment destructor
This commit is contained in:
@ -61,6 +61,7 @@ Ogg::XiphComment::XiphComment(const ByteVector &data) : TagLib::Tag()
|
||||
|
||||
Ogg::XiphComment::~XiphComment()
|
||||
{
|
||||
removePictures();
|
||||
delete d;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user