You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2013/09/09 12:53:38 UTC

[lucy-commits] git commit: refs/heads/master - Fix memory leak in TestFieldType

Updated Branches:
  refs/heads/master 19ce71a3d -> ad1a85f92


Fix memory leak in TestFieldType


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/ad1a85f9
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/ad1a85f9
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/ad1a85f9

Branch: refs/heads/master
Commit: ad1a85f9217efaa8000aeb7c052b098eafc83a71
Parents: 19ce71a
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon Sep 9 12:51:06 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Mon Sep 9 12:51:06 2013 +0200

----------------------------------------------------------------------
 core/Lucy/Test/Plan/TestFieldType.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/ad1a85f9/core/Lucy/Test/Plan/TestFieldType.c
----------------------------------------------------------------------
diff --git a/core/Lucy/Test/Plan/TestFieldType.c b/core/Lucy/Test/Plan/TestFieldType.c
index d08958d..845c4f7 100644
--- a/core/Lucy/Test/Plan/TestFieldType.c
+++ b/core/Lucy/Test/Plan/TestFieldType.c
@@ -76,6 +76,7 @@ test_Dump_Load_and_Equals(TestBatchRunner *runner) {
     DECREF(stored);
     DECREF(indexed);
     DECREF(boost_differs);
+    DECREF(class_differs);
     DECREF(other);
     DECREF(type);
 }