[Groonga-commit] groonga/groonga at 3e96beb [master] Add missing initialization

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 1 20:56:10 JST 2014


Kouhei Sutou	2014-10-01 20:56:10 +0900 (Wed, 01 Oct 2014)

  New Revision: 3e96beb4b57d8de758b2b5f15ceb1e61ec2a8cad
  https://github.com/groonga/groonga/commit/3e96beb4b57d8de758b2b5f15ceb1e61ec2a8cad

  Message:
    Add missing initialization

  Modified files:
    lib/dat.cpp

  Modified: lib/dat.cpp (+1 -0)
===================================================================
--- lib/dat.cpp    2014-10-01 20:43:34 +0900 (2d335e1)
+++ lib/dat.cpp    2014-10-01 20:56:10 +0900 (de34297)
@@ -112,6 +112,7 @@ grn_dat_init(grn_ctx *, grn_dat *dat)
   dat->trie = NULL;
   dat->old_trie = NULL;
   dat->tokenizer = NULL;
+  dat->normalizer = NULL;
   CRITICAL_SECTION_INIT(dat->lock);
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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