mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
[enhancement issue]: https://github.com/yanyiwu/nodejieba/issues/39
This commit is contained in:
parent
1babe57ebc
commit
19bb124b3e
@ -32,9 +32,7 @@ class DictTrie {
|
||||
init(dictPath, userDictPath);
|
||||
}
|
||||
~DictTrie() {
|
||||
if(trie_) {
|
||||
delete trie_;
|
||||
}
|
||||
delete trie_;
|
||||
}
|
||||
|
||||
void init(const string& dictPath, const string& userDictPath = "") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user