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.

This commit is contained in:
John Törnblom 2012-03-11 18:13:05 +01:00
parent 86cd61f219
commit 47bc9b2d8f

View file

@ -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;