call new dict_super_init

This commit is contained in:
ehouse 2004-10-16 04:41:23 +00:00
parent eb168cf1f2
commit f0e5fac581

View file

@ -52,6 +52,8 @@ ce_dictionary_make( CEAppGlobals* globals, XP_UCHAR* dictName )
ctxt = (CEDictionaryCtxt*)XP_MALLOC(globals->mpool, sizeof(*ctxt));
XP_MEMSET( ctxt, 0, sizeof(*ctxt) );
dict_super_init( (DictionaryCtxt*)ctxt );
MPASSIGN( ctxt->super.mpool, globals->mpool );
if ( !!dictName ) {