call dict_super_init

This commit is contained in:
ehouse 2004-10-16 04:45:30 +00:00
parent 2f1611d3c1
commit c332ad501e

View file

@ -88,6 +88,9 @@ frank_dictionary_make( MPFORMAL XP_UCHAR* dictName )
ctxt = (FrankDictionaryCtxt*)XP_MALLOC(mpool, sizeof(*ctxt));
XP_MEMSET( ctxt, 0, sizeof(*ctxt) );
dict_super_init( (DictionaryCtxt*)ctxt );
MPASSIGN( ctxt->super.mpool, mpool );
if ( !!dictName ) {