Added a missing NS_RELEASE which was causing the URL and webshell to hang around...

This commit is contained in:
rpotts%netscape.com 1998-11-24 02:07:27 +00:00
parent 4b088bfcea
commit 2ffc0ee62a
2 changed files with 2 additions and 0 deletions

View File

@ -362,6 +362,7 @@ nsTextControlFrame::PostCreateWidget(nsIPresContext* aPresContext,
NS_RELEASE(doc);
URLName = (char*)PR_Malloc(PL_strlen(docURL->GetSpec())+1);
PL_strcpy(URLName, docURL->GetSpec());
NS_RELEASE(docURL);
}
/* invoke single-signon to get previously-used value of text */

View File

@ -362,6 +362,7 @@ nsTextControlFrame::PostCreateWidget(nsIPresContext* aPresContext,
NS_RELEASE(doc);
URLName = (char*)PR_Malloc(PL_strlen(docURL->GetSpec())+1);
PL_strcpy(URLName, docURL->GetSpec());
NS_RELEASE(docURL);
}
/* invoke single-signon to get previously-used value of text */