From: Popa Adrian Marius Date: Mon, 12 Sep 2011 13:46:03 +0000 (+0000) Subject: fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object X-Git-Tag: php-5.5.0alpha1~1172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5aad069eebf694679ec915edbbfea0730605e6d;p=php fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object --- diff --git a/ext/pdo_firebird/tests/rowCount.phpt b/ext/pdo_firebird/tests/rowCount.phpt index 02029ceef9..3d7f71c83b 100644 --- a/ext/pdo_firebird/tests/rowCount.phpt +++ b/ext/pdo_firebird/tests/rowCount.phpt @@ -38,6 +38,7 @@ $dbh->commit(); $dbh->exec('DROP TABLE testz'); +unset($stmt); unset($dbh); ?>