Checking the patch for bug #346933: crashes [@ morkRowObject::CloseRowObject] during shutdown for David Bienvenu.

r=gavin/vladimir


git-svn-id: svn://10.0.0.236/trunk@208004 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%mozilla.org 2006-08-21 17:06:47 +00:00
parent c592cc7ed9
commit 29188e8159

View File

@ -370,6 +370,8 @@ SuggestAutoComplete.prototype = {
} else if (!this._sentSuggestRequest) {
// We didn't send a request, so just send back the form history results.
this._listener.onSearchResult(this, this._formHistoryResult);
// don't hold onto this until component shutdown!
this._formHistoryResult = null;
}
},