Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epg: another skel leak fixed
  • Loading branch information
perexg committed Aug 5, 2014
1 parent e99a563 commit 456f13b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/epg.c
Expand Up @@ -2332,6 +2332,8 @@ void epg_skel_done(void)
free(*skel); *skel = NULL;
skel = _epg_episode_skel();
free(*skel); *skel = NULL;
skel = _epg_serieslink_skel();
free(*skel); *skel = NULL;
broad = _epg_broadcast_skel();
free(*broad); *broad = NULL;
}

0 comments on commit 456f13b

Please sign in to comment.