mirror of
https://github.com/taglib/taglib.git
synced 2025-11-16 22:52:57 -05:00
Added a missing delete to MPEG::Header
This commit is contained in:
@ -89,6 +89,7 @@ MPEG::Header::Header(const Header &h)
|
||||
|
||||
MPEG::Header::~Header()
|
||||
{
|
||||
delete d;
|
||||
}
|
||||
|
||||
bool MPEG::Header::isValid() const
|
||||
|
||||
Reference in New Issue
Block a user