mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 09:24:57 +00:00 
			
		
		
		
	haiku: Fixed memory leak if destroying window.
This commit is contained in:
		
							parent
							
								
									380e0693b1
								
							
						
					
					
						commit
						b1fbab50c5
					
				| 
						 | 
				
			
			@ -115,6 +115,8 @@ class SDL_BWin:public BDirectWindow
 | 
			
		|||
        }
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
        delete _prev_frame;
 | 
			
		||||
 | 
			
		||||
        /* Clean up framebuffer stuff */
 | 
			
		||||
        _buffer_locker->Lock();
 | 
			
		||||
#ifdef DRAWTHREAD
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue