summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_large_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_large_table.cpp')
-rw-r--r--src/storage/pinyin_large_table.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/pinyin_large_table.cpp b/src/storage/pinyin_large_table.cpp
index 952287a..6f3ccb8 100644
--- a/src/storage/pinyin_large_table.cpp
+++ b/src/storage/pinyin_large_table.cpp
@@ -557,8 +557,8 @@ bool PinyinLargeTable::load_text(FILE * infile){
add_index( keys->len, (PinyinKey *)keys->data, token);
- g_array_free(keys, true);
- g_array_free(poses, true);
+ g_array_free(keys, TRUE);
+ g_array_free(poses, TRUE);
}
return true;
}