Checking the patch for bug 346933: crashes [@ morkRowObject::CloseRowObject] during shutdown for David Bienvenu. r=gavin/vladimir a=beltzner

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@207977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%mozilla.org
2006-08-21 03:02:46 +00:00
parent b8167a7730
commit 0cc3c35b25

View File

@@ -370,6 +370,9 @@ 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;
}
},