Committed by Greg Sabino Mullane <[email protected]>

Subject: [DBD::Pg 1/4] Finish the sth() in this test

---
 t/04misc.t |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/t/04misc.t b/t/04misc.t
index b9de2bf..c830f30 100644
--- a/t/04misc.t
+++ b/t/04misc.t
@@ -385,6 +385,7 @@ for my $ph (1..13) {
        my @arr = (1..$total);
        my $count = $sth->execute(@arr);
        is $count, 1, $t;
+       $sth->finish();
 }
 
 cleanup_database($dbh,'test');
-- 
1.7.1

Reply via email to