Fix unitialized scalar field bugs

This commit is contained in:
Vladimir Golovnev (Glassez)
2016-01-15 09:44:10 +03:00
parent 9bdd26de43
commit ea8acf3bbd
3 changed files with 5 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ bool fileFilter(const std::string &f)
TorrentCreatorThread::TorrentCreatorThread(QObject *parent)
: QThread(parent)
, m_private(false)
, m_pieceSize(0)
, m_abort(false)
{
}