[Groonga-commit] groonga/groonga [master] unlink no longer needed object.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 3月 13日 (日) 12:49:43 JST


Kouhei Sutou	2011-03-13 03:49:43 +0000 (Sun, 13 Mar 2011)

  New Revision: 10015e74029c3fa9dbb74c61a8d4f7bcf78b2c34

  Log:
    unlink no longer needed object.

  Modified files:
    test/unit/core/test-inspect.c

  Modified: test/unit/core/test-inspect.c (+1 -0)
===================================================================
--- test/unit/core/test-inspect.c    2011-03-13 03:48:44 +0000 (38bad76)
+++ test/unit/core/test-inspect.c    2011-03-13 03:49:43 +0000 (b70264f)
@@ -712,6 +712,7 @@ test_accessor_dynamic_pseudo_column_name(gconstpointer data)
                             accessor_name, strlen(accessor_name));
   cut_assert_not_null(accessor);
   inspected = grn_inspect(context, NULL, accessor);
+  grn_obj_unlink(context, accessor);
   cut_assert_equal_string(accessor_name, inspected_string());
 }
 




Groonga-commit メーリングリストの案内
Back to archive index