]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
subscriptions: fix source_info leak in subscription_show_info()
authorJaroslav Kysela <perex@perex.cz>
Wed, 22 Apr 2015 14:13:30 +0000 (16:13 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 22 Apr 2015 14:13:30 +0000 (16:13 +0200)
src/subscriptions.c

index 9719f92086038ed22b14b0e0553d076d5888b143..c3a83dcdcc9b5b3f59b89d15c36875b47f746711 100644 (file)
@@ -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);
 }
 
 /**