Updated Branches: refs/heads/cfc-tests 8ef152ae6 -> 6ff8c609a
Clean up after CFCTestParcel Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/6ff8c609 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/6ff8c609 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/6ff8c609 Branch: refs/heads/cfc-tests Commit: 6ff8c609afa42fe1558365ba53b62aae111b4b05 Parents: 8ef152a Author: Nick Wellnhofer <[email protected]> Authored: Sun Feb 3 18:54:01 2013 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Sun Feb 3 18:54:01 2013 +0100 ---------------------------------------------------------------------- clownfish/compiler/src/CFCTestParcel.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/6ff8c609/clownfish/compiler/src/CFCTestParcel.c ---------------------------------------------------------------------- diff --git a/clownfish/compiler/src/CFCTestParcel.c b/clownfish/compiler/src/CFCTestParcel.c index c48d5d5..e468e9f 100644 --- a/clownfish/compiler/src/CFCTestParcel.c +++ b/clownfish/compiler/src/CFCTestParcel.c @@ -88,5 +88,7 @@ S_run_tests(CFCTest *test) { CFCBase_decref((CFCBase*)thing); CFCBase_decref((CFCBase*)parcel); } + + CFCParcel_reap_singletons(); }
