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:
parent
c592cc7ed9
commit
29188e8159
@ -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;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user