mshtml/htmltextcont: Initialize value (Coverity).
This commit is contained in:
parent
4bac1e959d
commit
c8c69304b7
|
@ -102,7 +102,7 @@ static HRESULT WINAPI HTMLTextContainer_get_scrollHeight(IHTMLTextContainer *ifa
|
||||||
{
|
{
|
||||||
HTMLTextContainer *This = HTMLTEXTCONT_THIS(iface);
|
HTMLTextContainer *This = HTMLTEXTCONT_THIS(iface);
|
||||||
nsIDOMNSHTMLElement *nselem;
|
nsIDOMNSHTMLElement *nselem;
|
||||||
PRInt32 height;
|
PRInt32 height = 0;
|
||||||
nsresult nsres;
|
nsresult nsres;
|
||||||
|
|
||||||
TRACE("(%p)->(%p)\n", This, p);
|
TRACE("(%p)->(%p)\n", This, p);
|
||||||
|
|
Loading…
Reference in New Issue