mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Added a missing NS_RELEASE which was causing the URL and webshell to hang around...
This commit is contained in:
parent
4b088bfcea
commit
2ffc0ee62a
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user