Bug 571728 - Mismatched allocator for SuggestMgr::csconv. r=ehsan r=smaug

This commit is contained in:
Ryan VanderMeulen 2010-06-30 23:11:41 +02:00
Родитель a31d117aef
Коммит 53c59bf276
4 изменённых файлов: 5 добавлений и 11 удалений

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

@ -68,10 +68,6 @@
#include "csutil.hxx"
#ifdef MOZILLA_CLIENT
#include "nscore.h" // for mozalloc headers
#endif
AffixMgr::AffixMgr(const char * affpath, HashMgr** ptr, int * md, const char * key)
{
// register hash manager and load affix data from aff file

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

@ -66,6 +66,10 @@
#include "w_char.hxx"
#include "htypes.hxx"
#ifdef MOZILLA_CLIENT
#include "nscore.h" // for mozalloc headers
#endif
// casing
#define NOCAP 0
#define INITCAP 1

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

@ -61,9 +61,7 @@
#include "hunspell.hxx"
#include "hunspell.h"
#ifdef MOZILLA_CLIENT
# include "nscore.h"
#else
#ifndef MOZILLA_CLIENT
# include "config.h"
#endif
#include "csutil.hxx"

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

@ -64,10 +64,6 @@
#include "htypes.hxx"
#include "csutil.hxx"
#ifdef MOZILLA_CLIENT
#include "nscore.h" // for mozalloc headers
#endif
const w_char W_VLINE = { '\0', '|' };
SuggestMgr::SuggestMgr(const char * tryme, int maxn,