tag/Builder: another missing RemoveAll() call
This commit is contained in:
		
				
					committed by
					
						
						Max Kellermann
					
				
			
			
				
	
			
			
			
						parent
						
							ba13b4b5d6
						
					
				
				
					commit
					624c77ab43
				
			@@ -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 */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user