[Groonga-commit] groonga/groonga at 578b8fe [master] Add a missing initialization

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 15 17:26:34 JST 2018


Kouhei Sutou	2018-05-15 17:26:34 +0900 (Tue, 15 May 2018)

  New Revision: 578b8feede79ecca1a2cbbd58c3c10f934db5abc
  https://github.com/groonga/groonga/commit/578b8feede79ecca1a2cbbd58c3c10f934db5abc

  Message:
    Add a missing initialization

  Modified files:
    lib/proc/proc_table.c

  Modified: lib/proc/proc_table.c (+1 -1)
===================================================================
--- lib/proc/proc_table.c    2018-05-15 17:18:14 +0900 (be92d8a30)
+++ lib/proc/proc_table.c    2018-05-15 17:26:34 +0900 (9902cce04)
@@ -200,7 +200,7 @@ command_table_create(grn_ctx *ctx,
   grn_obj *default_tokenizer_raw;
   grn_obj *normalizer_raw;
   grn_raw_string token_filters_raw;
-  grn_obj *table;
+  grn_obj *table = NULL;
   const char *rest;
   grn_table_flags flags;
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180515/98c28e35/attachment.htm 



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