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

git-svn-id: svn://10.0.0.236/trunk@29885 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-04-30 20:38:18 +00:00
parent 829bb332ca
commit 0f35bef51e

View File

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