static rc_t SFFLoaderFmtDestroy(SFFLoaderFmt* self, SRATable** table) { SRAWriter454_Whack(self->w454, table); SRAWriterIonTorrent_Whack(self->wIonTorrent, table); free(self); return 0; }
static rc_t FastqLoaderFmt_Whack(FastqLoaderFmt *self, SRATable** table) { SRAWriterIllumina_Whack(self->wIllumina, table); SRAWriter454_Whack(self->w454, table); SRAWriterIonTorrent_Whack(self->wIonTorrent, table); free(self); return 0; }