mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Delete pictures in XiphComment destructor
This commit is contained in:
parent
0c14bd0ed0
commit
d3351a0012
@ -61,6 +61,7 @@ Ogg::XiphComment::XiphComment(const ByteVector &data) : TagLib::Tag()
|
||||
|
||||
Ogg::XiphComment::~XiphComment()
|
||||
{
|
||||
removePictures();
|
||||
delete d;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user