mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
Followup to bug 571728 - catch the remaining places where the return value of get_current_cs is freed; r=Olli.Pettay
This commit is contained in:
parent
042ccf0350
commit
511bb8af53
@ -68,6 +68,10 @@
|
||||
|
||||
#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
|
||||
|
@ -61,7 +61,9 @@
|
||||
|
||||
#include "hunspell.hxx"
|
||||
#include "hunspell.h"
|
||||
#ifndef MOZILLA_CLIENT
|
||||
#ifdef MOZILLA_CLIENT
|
||||
# include "nscore.h"
|
||||
#else
|
||||
# include "config.h"
|
||||
#endif
|
||||
#include "csutil.hxx"
|
||||
|
Loading…
x
Reference in New Issue
Block a user