[Groonga-commit] groonga/groonga at 46bf15b [master] Add missing object literal reset

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 20 18:27:34 JST 2016


Kouhei Sutou	2016-02-20 18:27:34 +0900 (Sat, 20 Feb 2016)

  New Revision: 46bf15bf39c873b2a61388b399d7642be3ce6df4
  https://github.com/groonga/groonga/commit/46bf15bf39c873b2a61388b399d7642be3ce6df4

  Message:
    Add missing object literal reset

  Modified files:
    lib/grn_ecmascript.lemon

  Modified: lib/grn_ecmascript.lemon (+1 -0)
===================================================================
--- lib/grn_ecmascript.lemon    2016-02-20 18:13:17 +0900 (5ff37f2)
+++ lib/grn_ecmascript.lemon    2016-02-20 18:27:34 +0900 (d4abdac)
@@ -395,6 +395,7 @@ object_literal ::= BRACEL property_name_and_value_list BRACER. {
   grn_expr *e = (grn_expr *)(efsi->e);
   grn_expr_append_const_ptr(ctx, (grn_obj *)e, (grn_obj *)efsi->hash_args,
                             GRN_OP_PUSH, 1);
+  efsi->hash_args = NULL;
 }
 
 property_name_and_value_list ::= .
-------------- next part --------------
HTML����������������������������...
Download 



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