summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lookup/pinyin_lookup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lookup/pinyin_lookup.cpp b/src/lookup/pinyin_lookup.cpp
index 4e45a72..04df12c 100644
--- a/src/lookup/pinyin_lookup.cpp
+++ b/src/lookup/pinyin_lookup.cpp
@@ -40,6 +40,7 @@ PinyinLookup::PinyinLookup(PinyinCustomSettings * custom, PinyinLargeTable * pin
m_pinyin_table = pinyin_table;
m_phrase_index = phrase_index;
m_bigram = bigram;
+
m_winner_tree = new WinnerTree;
m_steps_index = g_ptr_array_new();
m_steps_content = g_ptr_array_new();