[Senna-dev 979] Re: SEN_FREE -> SEN_CTX_FREE in hash.c

Back to archive index

morita morit****@razil*****
2008年 7月 23日 (水) 23:10:53 JST


森です。

そうでした!!

カーソルの挙動も直してみました!

Kouhei Sutou さんは書きました:
> 須藤です。
> 
> ここもSEN_CTX_FREEじゃないかなぁと思いました。
> 
> Index: lib/hash.c
> ===================================================================
> --- lib/hash.c	(revision 976)
> +++ lib/hash.c	(working copy)
> @@ -696,7 +696,7 @@
>      hash->garbages = e;\
>      if ((hash->flags & SEN_TYPE_VARIABLE_SIZE) && !(ee->flag &
> HASH_IMMEDIATE)) {\
>        sen_ctx *ctx = hash->ctx;\
> -      SEN_FREE(((entry_astr *)ee)->str);\
> +      SEN_CTX_FREE(ctx, ((entry_astr *)ee)->str);\
>      }\
>    }\
>    (*hash->n_entries)--;\
> 
> _______________________________________________
> Senna-dev mailing list
> Senna****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/senna-dev
> バグ報告方法:http://qwik.jp/senna/bug_report.html
> 




Senna-dev メーリングリストの案内
Back to archive index