Fixed build

This commit is contained in:
Xinchen Hui 2015-03-09 15:50:52 +08:00
parent 22a61cea33
commit f66bef2414

View File

@ -314,7 +314,7 @@ extern PHPAPI zend_class_entry *spl_ce_RuntimeException;
mysqli_object *intern = Z_MYSQLI_P(__id); \
efree(intern->ptr); \
intern->ptr = NULL; \
ZVAL_NULL(*__id); \
ZVAL_NULL(__id); \
}