/[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 12 Revision 13
487{ 487{
488 if (section) 488 if (section)
489 psiconv_list_free_el(section,&psiconv_free_paint_data_section_aux); 489 psiconv_list_free_el(section,&psiconv_free_paint_data_section_aux);
490} 490}
491 491
492void psiconv_free_mbm_jumptable_section (psiconv_mbm_jumptable_section section)
493{
494 if (section)
495 psiconv_list_free(section);
496}
497
492void psiconv_free_mbm_f(psiconv_mbm_f file) 498void psiconv_free_mbm_f(psiconv_mbm_f file)
493{ 499{
494 if (file) { 500 if (file) {
495 psiconv_free_pictures(file->sections); 501 psiconv_free_pictures(file->sections);
496 free(file); 502 free(file);
497 } 503 }
498} 504}
499
500void psiconv_free_mbm_jumptable_section (psiconv_mbm_jumptable_section section)
501{
502 if (section)
503 psiconv_list_free(section);
504}
505 505
506void psiconv_free_file(psiconv_file file) 506void psiconv_free_file(psiconv_file file)
507{ 507{
508 if (file) { 508 if (file) {
509 if (file->type == psiconv_word_file) 509 if (file->type == psiconv_word_file)

Legend:
Removed from v.12  
changed lines
  Added in v.13

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