fix bug 20946, memory leak in wallet code, r=buster
git-svn-id: svn://10.0.0.236/trunk@55603 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d7ad1303c5
commit
a2bb22f4c2
@ -307,7 +307,7 @@ nsWalletlibService::OnEndDocumentLoad(nsIDocumentLoader* aLoader, nsIChannel* ch
|
||||
rv = inputElement->SetValue(value);
|
||||
// warning! don't delete valueString
|
||||
}
|
||||
delete[] nameString;
|
||||
Recycle(nameString);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user