mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	bluetooth: Remove redundant assignments
This commit is contained in:
		
							parent
							
								
									c12aa68e02
								
							
						
					
					
						commit
						be9672b8c1
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -419,8 +419,6 @@ static void device_free(pa_bluetooth_device *d) {
 | 
				
			||||||
    if (d->uuids)
 | 
					    if (d->uuids)
 | 
				
			||||||
        pa_hashmap_free(d->uuids);
 | 
					        pa_hashmap_free(d->uuids);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    d->discovery = NULL;
 | 
					 | 
				
			||||||
    d->adapter = NULL;
 | 
					 | 
				
			||||||
    pa_xfree(d->path);
 | 
					    pa_xfree(d->path);
 | 
				
			||||||
    pa_xfree(d->alias);
 | 
					    pa_xfree(d->alias);
 | 
				
			||||||
    pa_xfree(d->address);
 | 
					    pa_xfree(d->address);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue