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

r=gavin/vladimir
This commit is contained in:
sspitzer%mozilla.org 2006-08-21 17:06:47 +00:00
Родитель ba4b1a9de1
Коммит 27db85aca3
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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;
}
},