зеркало из https://github.com/mozilla/gecko-dev.git
Bug 694002 - Properly initialize things to fix crash in AffixMgr::~AffixMgr. r=smaug
This commit is contained in:
Родитель
78d0f2c7ca
Коммит
51045e53db
|
@ -36,7 +36,7 @@
|
|||
******* END LICENSE BLOCK *******
|
||||
|
||||
Hunspell Version: 1.3.2
|
||||
Additional Patches: Bug 710967
|
||||
Additional Patches: 694002, 710967
|
||||
|
||||
Hunspell Author: László Németh
|
||||
MySpell Author: Kevin Hendricks & David Einstein
|
||||
|
|
|
@ -467,7 +467,9 @@ SfxEntry::SfxEntry(AffixMgr * pmgr, affentry* dp)
|
|||
memcpy(c.l.conds1, dp->c.l.conds1, MAXCONDLEN_1);
|
||||
c.l.conds2 = dp->c.l.conds2;
|
||||
} else memcpy(c.conds, dp->c.conds, MAXCONDLEN);
|
||||
|
||||
next = NULL;
|
||||
nextne = NULL;
|
||||
nexteq = NULL;
|
||||
rappnd = myrevstrdup(appnd);
|
||||
morphcode = dp->morphcode;
|
||||
contclass = dp->contclass;
|
||||
|
|
Загрузка…
Ссылка в новой задаче