tag/Builder: another missing RemoveAll() call
This commit is contained in:
parent
ba13b4b5d6
commit
624c77ab43
@ -63,6 +63,8 @@ TagBuilder::operator=(const TagBuilder &other) noexcept
|
|||||||
/* copy all attributes */
|
/* copy all attributes */
|
||||||
duration = other.duration;
|
duration = other.duration;
|
||||||
has_playlist = other.has_playlist;
|
has_playlist = other.has_playlist;
|
||||||
|
|
||||||
|
RemoveAll();
|
||||||
items = other.items;
|
items = other.items;
|
||||||
|
|
||||||
/* increment the tag pool refcounters */
|
/* increment the tag pool refcounters */
|
||||||
|
Loading…
Reference in New Issue
Block a user