--- psiconv/trunk/lib/psiconv/data.c 2003/11/23 18:53:11 166 +++ psiconv/trunk/lib/psiconv/data.c 2003/11/23 21:47:24 167 @@ -490,7 +490,8 @@ free(section); } -void psiconv_free_object(psiconv_object object) +void psiconv_free_embedded_object_section + (psiconv_embedded_object_section object) { if (object) { psiconv_free_object_icon_section(object->icon); @@ -503,7 +504,8 @@ void psiconv_free_in_line_layout_aux(void * layout) { psiconv_free_character_layout(((psiconv_in_line_layout) layout)->layout); - psiconv_free_object(((psiconv_in_line_layout) layout)->object); + psiconv_free_embedded_object_section + (((psiconv_in_line_layout) layout)->object); } void psiconv_free_in_line_layout(psiconv_in_line_layout layout)