Uninitialized members CID 1162813 and 1162814

This commit is contained in:
Stephan Aßmus 2014-01-22 17:19:11 +01:00
parent 8db7af4f5f
commit cb3dc4b2cf
2 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,8 @@ namespace PackageFS {
PackageSettingsItem::PackageSettingsItem()
:
fEntries()
fEntries(),
fHashNext(NULL)
{
}

View File

@ -27,7 +27,8 @@ public:
:
fParent(parent),
fName(NULL),
fIsBlackListed(false)
fIsBlackListed(false),
fHashNext(NULL)
{
}