epggrab: fix leak in epggrab_module_ch_save()
This commit is contained in:
parent
7d87d20d03
commit
ace1b95fd1
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue