Valgrind complains about changing variable after closeScreen
This commit is contained in:
parent
fd14c7fa91
commit
952b973b89
@ -159,8 +159,8 @@ void BaseUserScreen::init()
|
|||||||
m_new_registered_data = false;
|
m_new_registered_data = false;
|
||||||
if (m_auto_login)
|
if (m_auto_login)
|
||||||
{
|
{
|
||||||
login();
|
|
||||||
m_auto_login = false;
|
m_auto_login = false;
|
||||||
|
login();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
m_auto_login = false;
|
m_auto_login = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user