Patch from Bruce Mitchener (bruce@cybersight.com) that fixes unitialized

memort error
This commit is contained in:
troy%netscape.com 1999-03-11 05:56:11 +00:00
parent d4ba88584d
commit 158ed075a4
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ nsEventStateManager::CheckForAndDispatchClick(nsIPresContext& aPresContext,
nsMouseEvent *aEvent,
nsEventStatus& aStatus)
{
nsresult ret;
nsresult ret = NS_OK;
nsMouseEvent event;
PRBool fireClick = PR_FALSE;

View File

@ -348,7 +348,7 @@ nsEventStateManager::CheckForAndDispatchClick(nsIPresContext& aPresContext,
nsMouseEvent *aEvent,
nsEventStatus& aStatus)
{
nsresult ret;
nsresult ret = NS_OK;
nsMouseEvent event;
PRBool fireClick = PR_FALSE;