зеркало из https://github.com/mozilla/gecko-dev.git
Fix for crash when loading New Layer
This commit is contained in:
Родитель
66fc92cb28
Коммит
17d4bfbd42
|
@ -604,8 +604,6 @@ nsresult nsCalendarContainer::LoadURL(const nsString& aURLSpec,
|
|||
pLayer->Init();
|
||||
pLayer->SetCurl(theURL.GetCurl());
|
||||
caluser->SetLayer(pLayer);
|
||||
NS_RELEASE(pLayer);
|
||||
|
||||
|
||||
/*
|
||||
* Begin a calendar for the logged in user...
|
||||
|
@ -614,6 +612,7 @@ nsresult nsCalendarContainer::LoadURL(const nsString& aURLSpec,
|
|||
NSCalendar * pCalendar;
|
||||
|
||||
pLayer->GetCal(pCalendar);
|
||||
NS_RELEASE(pLayer);
|
||||
|
||||
switch(theURL.GetProtocol())
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче