mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
Fix build
This commit is contained in:
parent
303fe604e9
commit
ffde875f70
@ -121,7 +121,7 @@ static void _delete_query(zend_rsrc_list_entry *rsrc)
|
||||
m_query *query = (m_query *)rsrc->ptr;
|
||||
|
||||
if(query->result) msqlFreeResult(query->result);
|
||||
efree(arg);
|
||||
efree(rsrc);
|
||||
}
|
||||
|
||||
static m_query *php_msql_query_wrapper(m_result *res, int af_rows)
|
||||
|
Loading…
Reference in New Issue
Block a user