From 5f1f0a8a11b6463ac47729d674727aa2bc9773b6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 25 Mar 2009 01:06:44 +0000 Subject: [PATCH] Close the statement handle. --- t/Asset/Wobject/StoryArchive.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Asset/Wobject/StoryArchive.t b/t/Asset/Wobject/StoryArchive.t index 3ea942c71..51418c706 100644 --- a/t/Asset/Wobject/StoryArchive.t +++ b/t/Asset/Wobject/StoryArchive.t @@ -404,6 +404,7 @@ END { foreach my $group ($staff) { $group->delete if defined $group; } + $creationDateSth->finish; } sub simpleHrefParser {