Kouhei Sutou 2019-05-16 17:02:04 +0900 (Thu, 16 May 2019) Revision: e685270f033e7186d9f1effd312bd537ab86b8ab https://github.com/groonga/groonga/commit/e685270f033e7186d9f1effd312bd537ab86b8ab Message: Add missing map close I think that no one uses this path. Modified files: lib/output.c Modified: lib/output.c (+2 -1) =================================================================== --- lib/output.c 2019-05-16 15:39:33 +0900 (97f4a0523) +++ lib/output.c 2019-05-16 17:02:04 +0900 (e4c482644) @@ -1,7 +1,7 @@ /* -*- c-basic-offset: 2 -*- */ /* Copyright(C) 2009-2018 Brazil - Copyright(C) 2018 Kouhei Sutou <kou****@clear*****> + Copyright(C) 2018-2019 Kouhei Sutou <kou****@clear*****> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -1824,6 +1824,7 @@ grn_output_result_set_open_v3(grn_ctx *ctx, grn_text_esc(ctx, outbuf, GRN_BULK_HEAD(&buf), GRN_BULK_VSIZE(&buf)); } GRN_TABLE_EACH_END(ctx, cursor); grn_output_array_close(ctx, outbuf, output_type); + grn_output_map_close(ctx, outbuf, output_type); grn_obj_unlink(ctx, column); } GRN_OBJ_FIN(ctx, &buf); -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190516/2ecee576/attachment.html>