/[public]/psiconv/trunk/lib/psiconv/data.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/data.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 142 Revision 143
442{ 442{
443 if (styles) { 443 if (styles) {
444 psiconv_free_word_style(styles->normal); 444 psiconv_free_word_style(styles->normal);
445 if (styles->styles) 445 if (styles->styles)
446 psiconv_list_free_el(styles->styles,psiconv_free_style_aux); 446 psiconv_list_free_el(styles->styles,psiconv_free_style_aux);
447 free(styles);
447 } 448 }
448} 449}
449 450
450void psiconv_free_header_section(psiconv_header_section header) 451void psiconv_free_header_section(psiconv_header_section header)
451{ 452{

Legend:
Removed from v.142  
changed lines
  Added in v.143

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26