Kouhei Sutou
null+****@clear*****
Sun Jan 24 23:53:54 JST 2016
Kouhei Sutou 2016-01-24 23:53:54 +0900 (Sun, 24 Jan 2016) New Revision: 224719b691cdb3be45c2db89fcef24d86019e9c9 https://github.com/groonga/groonga/commit/224719b691cdb3be45c2db89fcef24d86019e9c9 Message: Remove needless unlink It closes temporary column. Modified files: lib/util.c Modified: lib/util.c (+0 -1) =================================================================== --- lib/util.c 2016-01-24 22:30:47 +0900 (d6fbfeb) +++ lib/util.c 2016-01-24 23:53:54 +0900 (beedfde) @@ -681,7 +681,6 @@ grn_table_columns_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj) if (col) { if (i++ > 0) { GRN_TEXT_PUTS(ctx, buf, ", "); } grn_column_name_(ctx, col, buf); - grn_obj_unlink(ctx, col); } }); } -------------- next part -------------- HTML����������������������������...Download