Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: fix leak in epggrab_module_ch_save()
  • Loading branch information
perexg committed Oct 21, 2014
1 parent 7d87d20 commit ace1b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/epggrab/module.c
Expand Up @@ -167,6 +167,7 @@ void epggrab_module_ch_save ( void *_m, epggrab_channel_t *ch )
htsmsg_add_u32(m, "number", ch->number);

hts_settings_save(m, "epggrab/%s/channels/%s", mod->id, ch->id);
htsmsg_destroy(m);
}

void epggrab_module_ch_add ( void *m, channel_t *ch )
Expand Down

0 comments on commit ace1b95

Please sign in to comment.