[Groonga-commit] groonga/groonga at b29921f [master] Use GRN_OBJ_FIN for object created by GRN_XXX_INIT

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 11 23:40:30 JST 2016


Kouhei Sutou	2016-04-11 23:40:30 +0900 (Mon, 11 Apr 2016)

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

  Message:
    Use GRN_OBJ_FIN for object created by GRN_XXX_INIT

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2016-04-11 23:38:56 +0900 (1184d5d)
+++ lib/db.c    2016-04-11 23:40:30 +0900 (664937f)
@@ -3746,7 +3746,7 @@ grn_table_group_single_key_records(grn_ctx *ctx, grn_obj *table,
     grn_table_cursor_close(ctx, tc);
   }
   GRN_OBJ_FIN(ctx, &value_buffer);
-  grn_obj_close(ctx, &bulk);
+  GRN_OBJ_FIN(ctx, &bulk);
 }
 
 grn_rc
-------------- next part --------------
HTML����������������������������...
Télécharger 



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