mirror of
https://github.com/php/php-src.git
synced 2026-04-19 05:51:02 +02:00
Fixed mysqlnd compilation in debug mode on windows
This commit is contained in:
@@ -96,7 +96,9 @@ static void
|
||||
mysqlnd_error_list_pdtor(void * pDest)
|
||||
{
|
||||
MYSQLND_ERROR_LIST_ELEMENT * element = (MYSQLND_ERROR_LIST_ELEMENT *) pDest;
|
||||
#ifdef ZTS
|
||||
TSRMLS_FETCH();
|
||||
#endif
|
||||
DBG_ENTER("mysqlnd_error_list_pdtor");
|
||||
if (element->error) {
|
||||
mnd_pefree(element->error, TRUE);
|
||||
|
||||
Reference in New Issue
Block a user