Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: fix doc NULL crash
  • Loading branch information
perexg committed Apr 18, 2016
1 parent 3dd9e19 commit d20ed4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_frontend.c
Expand Up @@ -234,6 +234,7 @@ linuxdvb_frontend_dvbs_class_master_enum( void * self, const char *lang )
tvh_hardware_t *th;
char ubuf[UUID_HEX_SIZE];
htsmsg_t *m = htsmsg_create_list();
if (self == NULL) return m;
htsmsg_t *e = htsmsg_create_map();
htsmsg_add_str(e, "key", "");
htsmsg_add_str(e, "val", N_("This tuner"));
Expand Down

0 comments on commit d20ed4c

Please sign in to comment.