[Groonga-commit] groonga/groonga at a618719 [master] Add missing fin

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 8 11:50:13 JST 2015


Kouhei Sutou	2015-05-08 11:50:13 +0900 (Fri, 08 May 2015)

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

  Message:
    Add missing fin

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -0)
===================================================================
--- lib/db.c    2015-05-08 10:09:32 +0900 (944a9b2)
+++ lib/db.c    2015-05-08 11:50:13 +0900 (78e513f)
@@ -2907,6 +2907,7 @@ grn_accessor_resolve(grn_ctx *ctx, grn_obj *accessor, int deep,
             break;
           }
         });
+        GRN_OBJ_FIN(ctx, &column_value);
       }
       if (current_res != base_res) {
         grn_obj_unlink(ctx, current_res);
-------------- next part --------------
HTML����������������������������...
Download 



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