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
Родитель a7d5abbf9a
Коммит b6f0ad332b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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