mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	dbusiface-client: Fix the destructor (stop leaking stuff).
This commit is contained in:
		
							parent
							
								
									8ec304d2d1
								
							
						
					
					
						commit
						ce033e7f3a
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -446,7 +446,9 @@ void pa_dbusiface_client_free(pa_dbusiface_client *c) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pa_assert_se(pa_dbus_protocol_remove_interface(c->dbus_protocol, c->path, client_interface_info.name) >= 0);
 | 
					    pa_assert_se(pa_dbus_protocol_remove_interface(c->dbus_protocol, c->path, client_interface_info.name) >= 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    pa_proplist_free(c->proplist);
 | 
				
			||||||
    pa_dbus_protocol_unref(c->dbus_protocol);
 | 
					    pa_dbus_protocol_unref(c->dbus_protocol);
 | 
				
			||||||
 | 
					    pa_subscription_free(c->subscription);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pa_xfree(c->path);
 | 
					    pa_xfree(c->path);
 | 
				
			||||||
    pa_xfree(c);
 | 
					    pa_xfree(c);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue