Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
subscriptions: fix source_info leak in subscription_show_info()
  • Loading branch information
perexg committed Apr 22, 2015
1 parent 91ad983 commit a1844b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/subscriptions.c
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit a1844b8

Please sign in to comment.