init hash code to make purify happy

This commit is contained in:
peterl%netscape.com 1998-10-08 01:32:41 +00:00
parent e9cf015856
commit 154eeceebf
3 changed files with 3 additions and 0 deletions

View File

@ -148,6 +148,7 @@ AttributeKey::AttributeKey(nsMapAttributesFunc aMapFunc, nsIHTMLAttributes* aAtt
{
NS_ADDREF(mAttributes);
mHashSet = 0;
mHashCode = 0;
}
AttributeKey::~AttributeKey(void)

View File

@ -148,6 +148,7 @@ AttributeKey::AttributeKey(nsMapAttributesFunc aMapFunc, nsIHTMLAttributes* aAtt
{
NS_ADDREF(mAttributes);
mHashSet = 0;
mHashCode = 0;
}
AttributeKey::~AttributeKey(void)

View File

@ -148,6 +148,7 @@ AttributeKey::AttributeKey(nsMapAttributesFunc aMapFunc, nsIHTMLAttributes* aAtt
{
NS_ADDREF(mAttributes);
mHashSet = 0;
mHashCode = 0;
}
AttributeKey::~AttributeKey(void)