tvhlog: shut up the Lucid build complaining about un-init var
This commit is contained in:
parent
5ef248a00f
commit
4848533c21
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ static void
|
||||||
tvhlog_set_subsys ( htsmsg_t **c, const char *subsys )
|
tvhlog_set_subsys ( htsmsg_t **c, const char *subsys )
|
||||||
{
|
{
|
||||||
uint32_t a;
|
uint32_t a;
|
||||||
char *s, *t, *r;
|
char *s, *t, *r = NULL;
|
||||||
|
|
||||||
if (*c)
|
if (*c)
|
||||||
htsmsg_destroy(*c);
|
htsmsg_destroy(*c);
|
||||||
|
|
Loading…
Add table
Reference in a new issue