interrupt search when destroying search session, sr=mscott, a=chofmann, might help with 273560

This commit is contained in:
bienvenu%nventure.com 2005-04-30 16:42:01 +00:00
parent c2c2356e7e
commit a2eff76f07

View File

@ -69,9 +69,10 @@ nsMsgSearchSession::nsMsgSearchSession()
nsMsgSearchSession::~nsMsgSearchSession()
{
DestroyResultList ();
DestroyScopeList ();
DestroyTermList ();
InterruptSearch();
DestroyResultList ();
DestroyScopeList ();
DestroyTermList ();
PR_Free (m_pSearchParam);
}