mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 09:14:58 +00:00 
			
		
		
		
	PSP: Fixed memory leak if video init failed.
This commit is contained in:
		
							parent
							
								
									9f97ee8a85
								
							
						
					
					
						commit
						82c94a3f79
					
				| 
						 | 
				
			
			@ -92,6 +92,7 @@ PSP_Create()
 | 
			
		|||
    if (gldata == NULL) {
 | 
			
		||||
        SDL_OutOfMemory();
 | 
			
		||||
        SDL_free(device);
 | 
			
		||||
        SDL_free(phdata);
 | 
			
		||||
        return NULL;
 | 
			
		||||
    }
 | 
			
		||||
    device->gl_data = gldata;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue