Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvr autorec: fix a memory leak
  • Loading branch information
perexg committed Sep 8, 2014
1 parent 0fa7365 commit 279ff71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dvr/dvr_autorec.c
Expand Up @@ -840,6 +840,7 @@ dvr_autorec_init(void)
continue;
(void *)dvr_autorec_create(f->hmf_name, c);
}
htsmsg_destroy(l);
}
dvr_autorec_in_init = 0;
}
Expand Down

0 comments on commit 279ff71

Please sign in to comment.