mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	fix module-tunnel for to aborting when connection fails
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@247 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									33c85aec01
								
							
						
					
					
						commit
						d8f700e539
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -365,7 +365,7 @@ static void on_connection(struct pa_socket_client *sc, struct pa_iochannel *io,
 | 
				
			||||||
    struct userdata *u = userdata;
 | 
					    struct userdata *u = userdata;
 | 
				
			||||||
    struct pa_tagstruct *t;
 | 
					    struct pa_tagstruct *t;
 | 
				
			||||||
    uint32_t tag;
 | 
					    uint32_t tag;
 | 
				
			||||||
    assert(sc && io && u && u->client == sc);
 | 
					    assert(sc && u && u->client == sc);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pa_socket_client_unref(u->client);
 | 
					    pa_socket_client_unref(u->client);
 | 
				
			||||||
    u->client = NULL;
 | 
					    u->client = NULL;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue