From 22d3719a8a2fc1343af1de100b6bb92a1b171b7e Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 12 Sep 2013 15:24:44 +0800 Subject: begin to write ChewingDiscreteParser2 --- src/storage/pinyin_parser2.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/storage/pinyin_parser2.cpp') diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index dc2421e..079af34 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -225,6 +225,7 @@ static inline bool search_chewing_index(pinyin_option_t options, /* Full Pinyin Parser */ FullPinyinParser2::FullPinyinParser2 (){ + m_pinyin_index = NULL; m_pinyin_index_len = 0; m_parse_steps = g_array_new(TRUE, FALSE, sizeof(parse_value_t)); set_scheme(PINYIN_DEFAULT); -- cgit