зеркало из https://github.com/mozilla/pjs.git
Fixed memory leak in the case where a view already exists for a frame
This commit is contained in:
Родитель
24cc939a2b
Коммит
12115f0ec1
|
@ -124,6 +124,9 @@ nsHTMLBase::CreateViewForFrame(nsIPresContext* aPresContext,
|
|||
return result;
|
||||
}
|
||||
}
|
||||
else {
|
||||
NS_RELEASE(view);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче