mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 06:40:58 -04:00
suppressed two uninitialized memory reads
This commit is contained in:
parent
6cbb959010
commit
9bf86e0e66
2 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,7 @@ p3FileDatabase::p3FileDatabase(p3ServiceControl *mpeers)
|
||||||
mRemoteDirectories.clear() ; // we should load them!
|
mRemoteDirectories.clear() ; // we should load them!
|
||||||
mOwnId = mpeers->getOwnId() ;
|
mOwnId = mpeers->getOwnId() ;
|
||||||
|
|
||||||
|
mBannedFileListNeedsUpdate = false;
|
||||||
mLocalSharedDirs = new LocalDirectoryStorage(mFileSharingDir + "/" + LOCAL_SHARED_DIRS_FILE_NAME,mOwnId);
|
mLocalSharedDirs = new LocalDirectoryStorage(mFileSharingDir + "/" + LOCAL_SHARED_DIRS_FILE_NAME,mOwnId);
|
||||||
mHashCache = new HashStorage(mFileSharingDir + "/" + HASH_CACHE_FILE_NAME) ;
|
mHashCache = new HashStorage(mFileSharingDir + "/" + HASH_CACHE_FILE_NAME) ;
|
||||||
|
|
||||||
|
|
|
@ -80,6 +80,7 @@ ServerPage::ServerPage(QWidget * parent, Qt::WindowFlags flags)
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
|
|
||||||
manager = NULL ;
|
manager = NULL ;
|
||||||
|
mOngoingConnectivityCheck = -1;
|
||||||
|
|
||||||
if(RsAccounts::isHiddenNode())
|
if(RsAccounts::isHiddenNode())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue