Fix for crash when loading New Layer

This commit is contained in:
spider%netscape.com 1998-10-12 20:25:17 +00:00
Родитель 66fc92cb28
Коммит 17d4bfbd42
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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())
{