- Fix shutdown problems

This commit is contained in:
Marcus Boerger 2004-07-28 00:40:01 +00:00
parent 8059173ad3
commit 7557b388de
2 changed files with 8 additions and 2 deletions

View file

@ -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;
}