File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -233,14 +233,14 @@ PHPAPI void var_destroy(php_unserialize_data_t *var_hashx)
233
233
}
234
234
}
235
235
236
- zval_ptr_dtor (zv );
236
+ i_zval_ptr_dtor (zv ZEND_FILE_LINE_CC );
237
237
}
238
238
next = var_dtor_hash -> next ;
239
239
efree_size (var_dtor_hash , sizeof (var_dtor_entries ));
240
240
var_dtor_hash = next ;
241
241
}
242
242
243
- zval_ptr_dtor (& wakeup_name );
243
+ zval_ptr_dtor_nogc (& wakeup_name );
244
244
}
245
245
246
246
/* }}} */
Original file line number Diff line number Diff line change @@ -231,14 +231,14 @@ PHPAPI void var_destroy(php_unserialize_data_t *var_hashx)
231
231
}
232
232
}
233
233
234
- zval_ptr_dtor (zv);
234
+ i_zval_ptr_dtor (zv ZEND_FILE_LINE_CC );
235
235
}
236
236
next = var_dtor_hash->next ;
237
237
efree_size (var_dtor_hash, sizeof (var_dtor_entries));
238
238
var_dtor_hash = next;
239
239
}
240
240
241
- zval_ptr_dtor (&wakeup_name);
241
+ zval_ptr_dtor_nogc (&wakeup_name);
242
242
}
243
243
244
244
/* }}} */
You can’t perform that action at this time.
0 commit comments