From 47bc9b2d8f02d88ca24e145b208b2b282e7f1abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Sun, 11 Mar 2012 18:13:05 +0100 Subject: [PATCH] Removed a call to pkt_ref_inc. I am not sure if this is OK or not. other parts of tvheadend don't seem to do it (like file recorder) so I guess it should work. --- src/webui/webui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webui/webui.c b/src/webui/webui.c index bcb75b66..2483c2be 100644 --- a/src/webui/webui.c +++ b/src/webui/webui.c @@ -175,7 +175,6 @@ http_stream_run(http_connection_t *hc, streaming_queue_t *sq, th_subscription_t if(!mkm) break; - pkt_ref_inc(sm->sm_data); run = !mk_mux_write_pkt(mkm, sm->sm_data); sm->sm_data = NULL;