mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	alsa-monitor: remove timeout in destroy
This commit is contained in:
		
							parent
							
								
									0380c6d91e
								
							
						
					
					
						commit
						5e99e7da49
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -800,6 +800,7 @@ static int alsa_start_jack_device(struct impl *impl)
 | 
				
			||||||
static void session_destroy(void *data)
 | 
					static void session_destroy(void *data)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	struct impl *impl = data;
 | 
						struct impl *impl = data;
 | 
				
			||||||
 | 
						remove_jack_timeout(impl);
 | 
				
			||||||
	spa_hook_remove(&impl->session_listener);
 | 
						spa_hook_remove(&impl->session_listener);
 | 
				
			||||||
	spa_hook_remove(&impl->listener);
 | 
						spa_hook_remove(&impl->listener);
 | 
				
			||||||
	pw_proxy_destroy(impl->jack_device);
 | 
						pw_proxy_destroy(impl->jack_device);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue