tag/Builder: another missing RemoveAll() call

This commit is contained in:
Cebtenzzre 2021-06-23 17:39:30 -04:00 committed by Max Kellermann
parent ba13b4b5d6
commit 624c77ab43
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ TagBuilder::operator=(const TagBuilder &other) noexcept
/* copy all attributes */
duration = other.duration;
has_playlist = other.has_playlist;
RemoveAll();
items = other.items;
/* increment the tag pool refcounters */