diff --git a/taglib/flac/flacfile.cpp b/taglib/flac/flacfile.cpp index e64ebecc..6a35774d 100644 --- a/taglib/flac/flacfile.cpp +++ b/taglib/flac/flacfile.cpp @@ -69,6 +69,7 @@ public: delete ID3v2Tag; delete ID3v1Tag; delete comment; + delete tag; delete properties; }