[Groonga-commit] groonga/groonga at f8ddd0b [master] Add missing closes

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 23 10:45:12 JST 2018


Kouhei Sutou	2018-05-23 10:45:12 +0900 (Wed, 23 May 2018)

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

  Message:
    Add missing closes

  Modified files:
    lib/db.c

  Modified: lib/db.c (+2 -0)
===================================================================
--- lib/db.c    2018-05-23 10:25:57 +0900 (136758822)
+++ lib/db.c    2018-05-23 10:45:12 +0900 (1d648263a)
@@ -7358,6 +7358,8 @@ call_hook(grn_ctx *ctx, grn_obj *obj, grn_id id, grn_obj *value, int flags)
         hooks = hooks->next;
         pctx.offset++;
       }
+      GRN_OBJ_FIN(ctx, &id_);
+      GRN_OBJ_FIN(ctx, &flags_);
     }
     grn_obj_close(ctx, oldvalue);
   }
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180523/28e337c6/attachment.htm 



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