Uninitialized members CID 1162813 and 1162814
This commit is contained in:
parent
8db7af4f5f
commit
cb3dc4b2cf
@ -21,7 +21,8 @@ namespace PackageFS {
|
||||
|
||||
PackageSettingsItem::PackageSettingsItem()
|
||||
:
|
||||
fEntries()
|
||||
fEntries(),
|
||||
fHashNext(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,8 @@ public:
|
||||
:
|
||||
fParent(parent),
|
||||
fName(NULL),
|
||||
fIsBlackListed(false)
|
||||
fIsBlackListed(false),
|
||||
fHashNext(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user