tag/Builder: don't ignore the result of tag_pool_dup_item

Also, use RemoveAll() instead of directly clearing TagBuilder::items in
most cases, as its elements represent references that must be released.

Closes #1023
This commit is contained in:
Cebtenzzre
2021-06-23 17:39:30 -04:00
committed by Max Kellermann
parent 624c77ab43
commit 551c941b5a
2 changed files with 6 additions and 2 deletions

2
NEWS
View File

@@ -6,6 +6,8 @@ ver 0.22.10 (not yet released)
* input
- curl: fix crash bug after stream with Icy metadata was closed by peer
- tidal: remove defunct unmaintained plugin
* tags
- fix crash caused by bug in TagBuilder and a few potential reference leaks
ver 0.22.9 (2021/06/23)
* database