mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	protocol-native: avoid destroying NULL source
The source might have been destroyed before.
This commit is contained in:
		
							parent
							
								
									b87c0a9270
								
							
						
					
					
						commit
						a86f70c13d
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -713,9 +713,11 @@ error:
 | 
			
		|||
	pw_proxy_notify((struct pw_proxy*)this,
 | 
			
		||||
			struct pw_core_events, error, 0, 0,
 | 
			
		||||
			this->recv_seq, res, "connection error");
 | 
			
		||||
	if (impl->source) {
 | 
			
		||||
		pw_loop_destroy_source(loop, impl->source);
 | 
			
		||||
		impl->source = NULL;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void on_need_flush(void *data)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue