зеркало из https://github.com/mozilla/pjs.git
Checking the patch for bug #346933: crashes [@ morkRowObject::CloseRowObject] during shutdown for David Bienvenu.
r=gavin/vladimir
This commit is contained in:
Родитель
ba4b1a9de1
Коммит
27db85aca3
|
@ -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;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче