]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Removed a call to pkt_ref_inc. I am not sure if this is OK or not. other parts of...
authorJohn Törnblom <john.tornblom@gmail.com>
Sun, 11 Mar 2012 17:13:05 +0000 (18:13 +0100)
committerJohn Törnblom <john.tornblom@gmail.com>
Sun, 11 Mar 2012 17:13:05 +0000 (18:13 +0100)
src/webui/webui.c

index bcb75b661ac3d980721d8f817ea37b44df32a9da..2483c2be096e3bc95a48c91705096ad48dcf50c1 100644 (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;