From c332ad501e29a519c5209e55d3f1d2aa8eb3ee2d Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 16 Oct 2004 04:45:30 +0000 Subject: [PATCH] call dict_super_init --- franklin/frankdict.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/franklin/frankdict.cpp b/franklin/frankdict.cpp index cb96285f4..f9da9efca 100644 --- a/franklin/frankdict.cpp +++ b/franklin/frankdict.cpp @@ -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 ) {