From 032c5363fbcfe55fc4d32174fcd7ccec40c8bbe8 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 18 May 2015 20:03:20 +0000 Subject: Dropbox: fixed bugs from coverity git-svn-id: http://svn.miranda-ng.org/main/trunk@13684 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/file_transfer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/Dropbox/src/file_transfer.h') diff --git a/plugins/Dropbox/src/file_transfer.h b/plugins/Dropbox/src/file_transfer.h index f27ab76695..1a86ec7588 100644 --- a/plugins/Dropbox/src/file_transfer.h +++ b/plugins/Dropbox/src/file_transfer.h @@ -37,13 +37,18 @@ struct FileTransferParam ptszFolders = NULL; relativePathStart = 0; + hProcess = NULL; + hContact = NULL; + isTerminated = false; pfts.cbSize = sizeof(this->pfts); pfts.flags = PFTS_TCHAR | PFTS_SENDING; + pfts.hContact = NULL; pfts.currentFileNumber = 0; pfts.currentFileProgress = 0; pfts.currentFileSize = 0; + pfts.currentFileTime = 0; pfts.totalBytes = 0; pfts.totalFiles = 0; pfts.totalProgress = 0; -- cgit v1.2.3