mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 05:24:25 -04:00
Additional change to previous fix.
This commit is contained in:
@ -190,6 +190,9 @@ void ID3v1::Tag::setTrack(uint i)
|
||||
|
||||
void ID3v1::Tag::setStringHandler(const StringHandler *handler)
|
||||
{
|
||||
if (TagPrivate::stringHandler != &defaultStringHandler)
|
||||
delete TagPrivate::stringHandler;
|
||||
|
||||
TagPrivate::stringHandler = handler;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user