mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Fix shutdown problems
This commit is contained in:
parent
8059173ad3
commit
7557b388de
2 changed files with 8 additions and 2 deletions
|
@ -153,7 +153,7 @@ static int mysql_handle_closer(pdo_dbh_t *dbh TSRMLS_DC) /* {{{ */
|
|||
H->einfo.errmsg = NULL;
|
||||
}
|
||||
efree(H);
|
||||
H = NULL;
|
||||
dbh->driver_data = NULL;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue