fixed some of the issues reported by coverity scan (mainly uninitialised class members)

This commit is contained in:
csoler 2016-01-01 22:36:07 -05:00
parent ab3939cd9a
commit b6b5f9cd17
5 changed files with 416 additions and 389 deletions

View file

@ -87,7 +87,7 @@ class GxsReputation
class RsGxsIdGroup
{
public:
RsGxsIdGroup(): mLastUsageTS(0), mPgpKnown(false) { return; }
RsGxsIdGroup(): mLastUsageTS(0), mPgpKnown(false),mIsAContact(false) { return; }
~RsGxsIdGroup() { return; }