From d3351a0012d89bd78e032859597e4f4ef40efdd5 Mon Sep 17 00:00:00 2001 From: Sander Jansen Date: Sat, 16 May 2015 14:14:06 -0500 Subject: [PATCH] Delete pictures in XiphComment destructor --- taglib/ogg/xiphcomment.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/taglib/ogg/xiphcomment.cpp b/taglib/ogg/xiphcomment.cpp index c307e618..2783d922 100644 --- a/taglib/ogg/xiphcomment.cpp +++ b/taglib/ogg/xiphcomment.cpp @@ -61,6 +61,7 @@ Ogg::XiphComment::XiphComment(const ByteVector &data) : TagLib::Tag() Ogg::XiphComment::~XiphComment() { + removePictures(); delete d; }