[Groonga-commit] groonga/groonga [master] httpd: remove freed context check

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 25日 (水) 16:10:25 JST


Kouhei Sutou	2012-07-25 16:10:25 +0900 (Wed, 25 Jul 2012)

  New Revision: 74e13410b2ccad78bbf0a25353dcbfbe0412e836
  https://github.com/groonga/groonga/commit/74e13410b2ccad78bbf0a25353dcbfbe0412e836

  Log:
    httpd: remove freed context check

  Modified files:
    src/nginx-module/ngx_http_groonga_module.c

  Modified: src/nginx-module/ngx_http_groonga_module.c (+0 -1)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-07-25 16:09:59 +0900 (60a9942)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-07-25 16:10:25 +0900 (2cecf9f)
@@ -432,7 +432,6 @@ ngx_http_groonga_close_database_callback(ngx_http_groonga_loc_conf_t *location_c
   grn_obj_close(context, grn_ctx_db(context));
   ngx_http_groonga_log_context_error(data->log, context);
   grn_ctx_fin(context);
-  ngx_http_groonga_log_context_error(data->log, context);
 }
 
 static ngx_int_t
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index