mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Fix crashes from uninitialized variables, small naming fix for smart pointers
This commit is contained in:
parent
929698ff15
commit
d9195bff3a
3 changed files with 10 additions and 7 deletions
|
|
@ -160,6 +160,9 @@ MCVListLoadTask::MCVListLoadTask(MinecraftVersionList *vlist)
|
|||
{
|
||||
m_list = vlist;
|
||||
m_currentStable = NULL;
|
||||
processedAssetsReply = false;
|
||||
processedMCNReply = false;
|
||||
processedMCVListReply = false;
|
||||
}
|
||||
|
||||
MCVListLoadTask::~MCVListLoadTask()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue