From: John Törnblom Date: Sun, 11 Mar 2012 17:13:05 +0000 (+0100) Subject: Removed a call to pkt_ref_inc. I am not sure if this is OK or not. other parts of... X-Git-Tag: 2.99~8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47bc9b2d8f02d88ca24e145b208b2b282e7f1abb;p=thirdparty%2Ftvheadend.git 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. --- diff --git a/src/webui/webui.c b/src/webui/webui.c index bcb75b661..2483c2be0 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;