Bug 5781 --> releasing the imap service twice! that's not good.

This commit is contained in:
mscott%netscape.com 1999-04-30 20:38:18 +00:00
Родитель fa68953a1c
Коммит a35dfefd33
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -528,8 +528,6 @@ NS_IMETHODIMP nsImapMailFolder::GetMessages(nsIEnumerator* *result)
}
else
rv = NS_ERROR_NULL_POINTER;
nsServiceManager::ReleaseService(kCImapService, imapService);
return rv;
}