зеркало из https://github.com/mozilla/gecko-dev.git
Bug 398268 - "Mismatched free() / delete in Hunspell::~Hunspell()" (change delete to free()) [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=mscott a1.9=damons]
This commit is contained in:
Родитель
7fbaa373d4
Коммит
056d011277
|
@ -112,7 +112,7 @@ Hunspell::~Hunspell()
|
|||
pAMgr = NULL;
|
||||
pHMgr = NULL;
|
||||
#ifdef MOZILLA_CLIENT
|
||||
delete csconv;
|
||||
free(csconv);
|
||||
#endif
|
||||
csconv= NULL;
|
||||
if (encoding) free(encoding);
|
||||
|
|
Загрузка…
Ссылка в новой задаче