Initialize is_reloading_lua at startup

Change-Id: I211e0f4b86cff1c311d4ae67cbb47de14846144f
Reviewed-on: https://code.wireshark.org/review/9997
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2015-08-12 14:51:29 +02:00
parent dc7443fcc9
commit 5a926946f4
1 changed files with 2 additions and 1 deletions

View File

@ -477,7 +477,8 @@ void WiresharkApplication::itemStatusFinished(const QString filename, qint64 siz
WiresharkApplication::WiresharkApplication(int &argc, char **argv) :
QApplication(argc, argv),
initialized_(false)
initialized_(false),
is_reloading_lua_(false)
{
wsApp = this;
setApplicationName("Wireshark");