mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Destroy the callback after the stream is destroyed
Prevents a crash on close if the callback was running on a different thread.
This commit is contained in:
		
							parent
							
								
									14730ed560
								
							
						
					
					
						commit
						f4d0bdd09a
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -96,8 +96,6 @@ CubebSink::~CubebSink() { | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     impl->cb = nullptr; |  | ||||||
| 
 |  | ||||||
|     if (cubeb_stream_stop(impl->stream) != CUBEB_OK) { |     if (cubeb_stream_stop(impl->stream) != CUBEB_OK) { | ||||||
|         LOG_CRITICAL(Audio_Sink, "Error stopping cubeb stream"); |         LOG_CRITICAL(Audio_Sink, "Error stopping cubeb stream"); | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue