/[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 196 Revision 208
893} 893}
894 894
895void psiconv_free_clipart_section_aux(void *section) 895void psiconv_free_clipart_section_aux(void *section)
896{ 896{
897 if (section) 897 if (section)
898 free(((psiconv_clipart_section ) section)->picture); 898 psiconv_free_paint_data_section(((psiconv_clipart_section) section)->picture);
899} 899}
900 900
901void psiconv_free_clipart_section(psiconv_clipart_section section) 901void psiconv_free_clipart_section(psiconv_clipart_section section)
902{ 902{
903 if (section) { 903 if (section) {

Legend:
Removed from v.196  
changed lines
  Added in v.208

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