mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	Fixed an uninitialized variable reported by Valgrind.
This commit is contained in:
		
							parent
							
								
									fe99aba9ce
								
							
						
					
					
						commit
						a749e2d187
					
				| 
						 | 
				
			
			@ -80,6 +80,7 @@ CollectionSystemsManager::CollectionSystemsManager(Window* window) : mWindow(win
 | 
			
		|||
        Utils::FileSystem::createDirectory(path);
 | 
			
		||||
 | 
			
		||||
    mIsEditingCustom = false;
 | 
			
		||||
    mHasEnabledCustomCollection = false;
 | 
			
		||||
    mEditingCollection = "Favorites";
 | 
			
		||||
    mEditingCollectionSystemData = nullptr;
 | 
			
		||||
    mCustomCollectionsBundle = nullptr;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue