Bug 334207: RDFContentSinkImpl::GetIdAboutAttribute can return an unintialized value, r=axel@pike.org, sr=bzbarsky

This commit is contained in:
gavin@gavinsharp.com
2006-04-17 22:39:20 +00:00
parent 872904b12a
commit 18181325e2

View File

@@ -848,7 +848,7 @@ RDFContentSinkImpl::GetIdAboutAttribute(const PRUnichar** aAttributes,
PRBool* aIsAnonymous)
{
// This corresponds to the dirty work of production [6.5]
nsresult rv;
nsresult rv = NS_OK;
nsAutoString nodeID;