-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can Memory::dict_
be NULL
?
#441
Comments
librime/src/rime/gear/memory.cc Line 55 in 7d9ad77
Shouldn't be a null pointer as it is assigned an instance of Dictionary in the constructor. But the Dictionary may not be loaded. |
I think The librime/src/rime/dict/dictionary.cc Line 368 in 7d9ad77
And there is a check before librime/src/rime/gear/memory.cc Line 56 in 7d9ad77
|
you are right. the case |
librime/src/rime/gear/memory.cc
Line 73 in 7d9ad77
The text was updated successfully, but these errors were encountered: