_epg_object_destroy(eo, &epg_brands);
if (eb->title) free(eb->title);
if (eb->summary) free(eb->summary);
+ if (eb->image) free(eb->image);
free(eb);
}
es->brand->_.putref((epg_object_t*)es->brand);
}
if (es->summary) free(es->summary);
+ if (es->image) free(es->image);
free(es);
}
if (ee->subtitle) free(ee->subtitle);
if (ee->summary) free(ee->summary);
if (ee->description) free(ee->description);
+ if (ee->genre) free(ee->genre);
+ if (ee->image) free(ee->image);
free(ee);
}