mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-10-29 05:40:23 -04:00 
			
		
		
		
	tests: fix once test
This commit is contained in:
		
							parent
							
								
									4df443bbe6
								
							
						
					
					
						commit
						abb05d610d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -80,7 +80,7 @@ int main(int argc, char *argv[]) { | |||
|         pa_zero(once); | ||||
| 
 | ||||
|         for (i = 0; i < N_THREADS; i++) | ||||
|             threads[i] = pa_thread_new(thread_func, pa_sprintf_malloc("Thread #%i", i+1)); | ||||
|             threads[i] = pa_thread_new("once", thread_func, pa_sprintf_malloc("Thread #%i", i+1)); | ||||
| 
 | ||||
|         for (i = 0; i < N_THREADS; i++) | ||||
|             pa_thread_join(threads[i]); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lennart Poettering
						Lennart Poettering