1
0
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:
Anatoliy Belsky
2012-12-13 15:01:01 +01:00
parent 35f86d24d8
commit 0d458ae89f

View File

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