mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
fixed crash at startup
This commit is contained in:
parent
9dbd5a583a
commit
e89938e9df
1 changed files with 1 additions and 1 deletions
2
Queue.h
2
Queue.h
|
@ -142,8 +142,8 @@ namespace util
|
||||||
private:
|
private:
|
||||||
|
|
||||||
volatile bool m_IsRunning;
|
volatile bool m_IsRunning;
|
||||||
std::thread m_Thread;
|
|
||||||
OnEmpty m_OnEmpty;
|
OnEmpty m_OnEmpty;
|
||||||
|
std::thread m_Thread;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue