mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	jack: unlock mutex on error path
This needs some more fixing because it leaks everything.
This commit is contained in:
		
							parent
							
								
									4b6fb5e96a
								
							
						
					
					
						commit
						a10cb3a597
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2929,7 +2929,7 @@ jack_client_t * jack_client_open (const char *client_name,
 | 
				
			||||||
		if (status)
 | 
							if (status)
 | 
				
			||||||
			*status |= JackNameNotUnique;
 | 
								*status |= JackNameNotUnique;
 | 
				
			||||||
		if (options & JackUseExactName)
 | 
							if (options & JackUseExactName)
 | 
				
			||||||
			goto exit;
 | 
								goto exit_unlock;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	pw_thread_loop_unlock(client->context.loop);
 | 
						pw_thread_loop_unlock(client->context.loop);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue