use Close instead of Release
git-svn-id: svn://10.0.0.236/trunk@23677 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -457,7 +457,7 @@ nsresult nsMailboxTestDriver::OnDisplayMessage()
|
||||
nsMsgKey msgKey = msgKeys[index];
|
||||
|
||||
// okay, we have the msgKey so let's get rid of our db state...
|
||||
mailDb->Release();
|
||||
mailDb->Close(PR_TRUE);
|
||||
|
||||
// now ask the mailbox service to parse this mailbox...
|
||||
nsIMailboxService * mailboxService = nsnull;
|
||||
|
||||
Reference in New Issue
Block a user