mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
no memory no members
This commit is contained in:
parent
3bfb7162a8
commit
2db35e91ea
1 changed files with 2 additions and 2 deletions
|
@ -103,9 +103,9 @@ DBA_OPEN_FUNC(cdb)
|
|||
cdb = ecalloc(sizeof(dba_cdb), 1);
|
||||
if (!cdb) {
|
||||
#if DBA_CDB_BUILTIN
|
||||
php_stream_close(cdb->file);
|
||||
php_stream_close(file);
|
||||
#else
|
||||
close(cdb->file);
|
||||
close(file);
|
||||
#endif
|
||||
return FAILURE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue