diff options
Diffstat (limited to 'src/decoder/FlacCommon.cxx')
-rw-r--r-- | src/decoder/FlacCommon.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/decoder/FlacCommon.cxx b/src/decoder/FlacCommon.cxx index 74a0347f2..6b6c20d3c 100644 --- a/src/decoder/FlacCommon.cxx +++ b/src/decoder/FlacCommon.cxx @@ -43,8 +43,7 @@ flac_data::flac_data(struct decoder *_decoder, flac_data::~flac_data() { - if (tag != nullptr) - tag_free(tag); + delete tag; } static enum sample_format |