Fix several bugs

This commit is contained in:
Nishi 2026-06-20 21:16:45 +09:00
commit ef900e7358
9 changed files with 24 additions and 15 deletions

View file

@ -95,7 +95,7 @@ Sj4Context* alloccontext(const char* dic) {
dict = opendict(ctx, (char*)dic, "");
if(dict == NULL){
if(dict == NULL) {
free_context(ctx);
return NULL;
}