Skip to content

Commit 1901b95

Browse files
committed
Make sure m_AsyncThreadExit is initialized
(fixes issue #2695) Signed-off-by: Sven Strickroth <[email protected]>
1 parent 75cb5c5 commit 1901b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TortoiseProc/GitLogListBase.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ CGitLogListBase::CGitLogListBase():CHintListCtrl()
7777
, m_bFullCommitMessageOnLogLine(false)
7878
, m_OldTopIndex(-1)
7979
, m_AsyncThreadRunning(FALSE)
80+
, m_AsyncThreadExit(FALSE)
8081
{
8182
// use the default GUI font, create a copy of it and
8283
// change the copy to BOLD (leave the rest of the font

0 commit comments

Comments
 (0)