From f86bd3407b9150e75279661bef1566edd0fa8080 Mon Sep 17 00:00:00 2001 From: Popa Adrian Marius Date: Mon, 12 Sep 2011 13:43:42 +0000 Subject: [PATCH] fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object --- ext/pdo_firebird/tests/rowCount.phpt | 1 + 1 file changed, 1 insertion(+) 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); ?> -- 2.40.0