subscriptions: fix source_info leak in subscription_show_info()
This commit is contained in:
parent
91ad9832ff
commit
a1844b88af
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ subscription_show_info(th_subscription_t *s)
|
|||
tvh_strlcatf(buf, sizeof(buf), l, ", client=\"%s\"", s->ths_client);
|
||||
|
||||
tvhlog(LOG_INFO, "subscription", "%04X: %s", shortid(s), buf);
|
||||
service_source_info_free(&si);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue