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

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

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

Revision 208 Revision 233
145ERROR5: 145ERROR5:
146 psiconv_free_clipart_section(clipart); 146 psiconv_free_clipart_section(clipart);
147ERROR4: 147ERROR4:
148 for (i = 0; i < psiconv_list_length((*result)->sections); i++) { 148 for (i = 0; i < psiconv_list_length((*result)->sections); i++) {
149 if (!(clipart = psiconv_list_get((*result)->sections,i))) { 149 if (!(clipart = psiconv_list_get((*result)->sections,i))) {
150 psiconv_error(config,lev+1,off,"Massive memory corruption"); 150 psiconv_error(config,lev+1,off,"Data structure corruption");
151 goto ERROR3; 151 goto ERROR3;
152 } 152 }
153 psiconv_free_clipart_section(clipart); 153 psiconv_free_clipart_section(clipart);
154 } 154 }
155 psiconv_list_free((*result)->sections); 155 psiconv_list_free((*result)->sections);
211ERROR5: 211ERROR5:
212 psiconv_free_paint_data_section(paint); 212 psiconv_free_paint_data_section(paint);
213ERROR4: 213ERROR4:
214 for (i = 0; i < psiconv_list_length((*result)->sections); i++) { 214 for (i = 0; i < psiconv_list_length((*result)->sections); i++) {
215 if (!(paint = psiconv_list_get((*result)->sections,i))) { 215 if (!(paint = psiconv_list_get((*result)->sections,i))) {
216 psiconv_error(config,lev+1,off,"Massive memory corruption"); 216 psiconv_error(config,lev+1,off,"Data structure corruption");
217 goto ERROR3; 217 goto ERROR3;
218 } 218 }
219 psiconv_free_paint_data_section(paint); 219 psiconv_free_paint_data_section(paint);
220 } 220 }
221 psiconv_list_free((*result)->sections); 221 psiconv_list_free((*result)->sections);

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

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