Commit 624c77ab authored by Cebtenzzre's avatar Cebtenzzre Committed by Max Kellermann

tag/Builder: another missing RemoveAll() call

parent ba13b4b5
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment