diff --git a/content/xslt/src/xml/txElement.cpp b/content/xslt/src/xml/txElement.cpp index 9cf5067dbf93..159fc3acf32a 100644 --- a/content/xslt/src/xml/txElement.cpp +++ b/content/xslt/src/xml/txElement.cpp @@ -223,7 +223,7 @@ MBool Element::getAttr(txAtom* aLocalName, PRInt32 aNSID, TX_IF_RELEASE_ATOM(localName); return MB_TRUE; } - TX_RELEASE_IF_ATOM(localName); + TX_IF_RELEASE_ATOM(localName); item = item->next; } return MB_FALSE;