Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 123 of file slang_compile_struct.c.
Referenced by slang_struct_copy(), slang_struct_scope_destruct(), and slang_type_specifier_dtr().
{ slang_variable_scope_destruct(stru->fields); _slang_free(stru->fields); slang_struct_scope_destruct(stru->structs); _slang_free(stru->structs); }