mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 23:14:33 -04: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