diff --git a/src/base/bittorrent/torrentimpl.h b/src/base/bittorrent/torrentimpl.h index bc0b5db86..1ac355bce 100644 --- a/src/base/bittorrent/torrentimpl.h +++ b/src/base/bittorrent/torrentimpl.h @@ -337,7 +337,7 @@ namespace BitTorrent bool m_hasFirstLastPiecePriority = false; bool m_useAutoTMM; bool m_isStopped; - StopCondition m_stopCondition; + StopCondition m_stopCondition = StopCondition::None; bool m_unchecked = false;