init hash code to make purify happy

This commit is contained in:
peterl@netscape.com
1998-10-08 01:32:41 +00:00
parent 91d39dfd3f
commit a196c519cb
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)