Skip to content

Commit e20b3f3

Browse files
committed
Detect leaks in common pdo test
1 parent 8556a91 commit e20b3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pdo_firebird/tests/common.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pdo_firebird
99
# magic auto-configuration
1010

1111
$config = array(
12-
// A bug in firebird causes a memory leak when calling `isc_attach_database()`. See https://github.com/FirebirdSQL/firebird/issues/7849
13-
'ENV' => ['LSAN_OPTIONS' => 'detect_leaks=0'],
12+
//// A bug in firebird causes a memory leak when calling `isc_attach_database()`. See https://github.com/FirebirdSQL/firebird/issues/7849
13+
//'ENV' => ['LSAN_OPTIONS' => 'detect_leaks=0'],
1414
'TESTS' => 'ext/pdo/tests'
1515
);
1616

0 commit comments

Comments
 (0)