[Groonga-commit] groonga/groonga [master] Add missing GRN_OBJ_FIN()

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 21 16:38:55 JST 2012


Kouhei Sutou	2012-12-21 16:38:55 +0900 (Fri, 21 Dec 2012)

  New Revision: c144b7231a155a2e69ed4978e600f0047788ef96
  https://github.com/groonga/groonga/commit/c144b7231a155a2e69ed4978e600f0047788ef96

  Log:
    Add missing GRN_OBJ_FIN()

  Modified files:
    lib/tokenizer.c

  Modified: lib/tokenizer.c (+2 -0)
===================================================================
--- lib/tokenizer.c    2012-12-21 14:49:11 +0900 (c5a58bc)
+++ lib/tokenizer.c    2012-12-21 16:38:55 +0900 (5f06826)
@@ -240,6 +240,8 @@ grn_tokenizer_token_init(grn_ctx *ctx, grn_tokenizer_token *token)
 void
 grn_tokenizer_token_fin(grn_ctx *ctx, grn_tokenizer_token *token)
 {
+  GRN_OBJ_FIN(ctx, &(token->str));
+  GRN_OBJ_FIN(ctx, &(token->status));
 }
 
 void
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index