mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 07:26:26 +00:00
interrupt search when destroying search session, sr=mscott, a=chofmann, might help with 273560
This commit is contained in:
parent
c2c2356e7e
commit
a2eff76f07
@ -69,9 +69,10 @@ nsMsgSearchSession::nsMsgSearchSession()
|
||||
|
||||
nsMsgSearchSession::~nsMsgSearchSession()
|
||||
{
|
||||
DestroyResultList ();
|
||||
DestroyScopeList ();
|
||||
DestroyTermList ();
|
||||
InterruptSearch();
|
||||
DestroyResultList ();
|
||||
DestroyScopeList ();
|
||||
DestroyTermList ();
|
||||
|
||||
PR_Free (m_pSearchParam);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user