mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- fix TS build
This commit is contained in:
parent
56f265075d
commit
a68abe830d
2 changed files with 2 additions and 2 deletions
|
@ -74,9 +74,9 @@ static HashTable mysqlnd_api_ext_ht;
|
|||
static void
|
||||
mysqlnd_error_list_pdtor(void * pDest)
|
||||
{
|
||||
TSRMLS_FETCH();
|
||||
MYSQLND_ERROR_LIST_ELEMENT * element = (MYSQLND_ERROR_LIST_ELEMENT *) pDest;
|
||||
DBG_ENTER("mysqlnd_error_list_pdtor");
|
||||
TSRMLS_FETCH();
|
||||
if (element->error) {
|
||||
mnd_pefree(element->error, TRUE);
|
||||
}
|
||||
|
|
|
@ -58,8 +58,8 @@ static void
|
|||
mysqlnd_ps_error_list_pdtor(void * pDest)
|
||||
{
|
||||
MYSQLND_ERROR_LIST_ELEMENT * element = (MYSQLND_ERROR_LIST_ELEMENT *) pDest;
|
||||
DBG_ENTER("mysqlnd_ps_error_list_pdtor");
|
||||
TSRMLS_FETCH();
|
||||
DBG_ENTER("mysqlnd_ps_error_list_pdtor");
|
||||
if (element->error) {
|
||||
mnd_pefree(element->error, TRUE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue