We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 546e558 + 96dd310 commit 9f77373Copy full SHA for 9f77373
ext/dba/dba_tcadb.c
@@ -79,6 +79,7 @@ DBA_CLOSE_FUNC(tcadb)
79
TCADB_DATA;
80
81
tcadbclose(dba->tcadb);
82
+ tcadbdel(dba->tcadb);
83
pefree(dba, info->flags & DBA_PERSISTENT);
84
}
85
ext/dba/tests/dba_tcadb.phpt
@@ -7,6 +7,7 @@ DBA TCADB handler test
7
?>
8
--FILE--
9
<?php
10
+ $handler = 'tcadb';
11
$lock_flag = 'l';
12
$db_filename = $db_file = __DIR__ .'/test0.tch';
13
@unlink($db_filename);
0 commit comments