delete set_iris evaluation_order

This commit is contained in:
liuwentan
2023-04-03 19:01:26 +08:00
parent 3ed1f3dfd4
commit 3515b7f1f7
20 changed files with 107 additions and 211 deletions

View File

@@ -218,9 +218,8 @@ void ex_container_free(void *schema, void *data)
&(ex_container->ex_data), argl, argp);
}
if (ex_container->custom_data != NULL
&& container_schema->custom_data_free != NULL) {
container_schema->custom_data_free(ex_container->custom_data);
if (ex_container->custom_data != NULL) {
FREE(ex_container->custom_data);
}
FREE(ex_container);