[Groonga-commit] groonga/groonga at 459612a [master] table_create: add missing grn_obj_unlink()

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 28 17:45:01 JST 2018


Kouhei Sutou	2018-03-28 17:45:01 +0900 (Wed, 28 Mar 2018)

  New Revision: 459612afaba84b521aeca4146297c76a696c1126
  https://github.com/groonga/groonga/commit/459612afaba84b521aeca4146297c76a696c1126

  Message:
    table_create: add missing grn_obj_unlink()

  Modified files:
    lib/proc/proc_table.c

  Modified: lib/proc/proc_table.c (+1 -0)
===================================================================
--- lib/proc/proc_table.c    2018-03-28 17:44:36 +0900 (9d6b7b970)
+++ lib/proc/proc_table.c    2018-03-28 17:45:01 +0900 (e9878ff01)
@@ -308,6 +308,7 @@ command_table_create(grn_ctx *ctx,
       grn_obj_set_info(ctx, table,
                        GRN_INFO_DEFAULT_TOKENIZER,
                        default_tokenizer);
+      grn_obj_unlink(ctx, default_tokenizer);
     }
 
     if (normalizer_raw.length > 0) {
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180328/c649b1f4/attachment.htm 



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