Fixed an uninitialized variable reported by Valgrind.

This commit is contained in:
Leon Styhre 2021-03-15 18:28:32 +01:00
parent fe99aba9ce
commit a749e2d187

View file

@ -80,6 +80,7 @@ CollectionSystemsManager::CollectionSystemsManager(Window* window) : mWindow(win
Utils::FileSystem::createDirectory(path);
mIsEditingCustom = false;
mHasEnabledCustomCollection = false;
mEditingCollection = "Favorites";
mEditingCollectionSystemData = nullptr;
mCustomCollectionsBundle = nullptr;