Merge pull request #4565 from glassez/fixes

Fix some bugs (reported by Coverity Scan)
This commit is contained in:
sledgehammer999
2016-01-17 16:18:40 -06:00
8 changed files with 19 additions and 37 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)
{
}