diff options
author | Popa Adrian Marius <mariuz@php.net> | 2011-09-12 13:43:42 +0000 |
---|---|---|
committer | Popa Adrian Marius <mariuz@php.net> | 2011-09-12 13:43:42 +0000 |
commit | f86bd3407b9150e75279661bef1566edd0fa8080 (patch) | |
tree | 27a2f58f08932c6dac0fb3f970895969902dca34 /ext/pdo_firebird | |
parent | 27c73aa5427bb6ddb1063b34471e067e887c3115 (diff) | |
download | php-git-f86bd3407b9150e75279661bef1566edd0fa8080.tar.gz |
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object
Diffstat (limited to 'ext/pdo_firebird')
-rw-r--r-- | ext/pdo_firebird/tests/rowCount.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
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); ?> |