Fix a refcount problem

This commit is contained in:
Andreas Öman 2009-11-12 23:29:49 +00:00
parent 8451ee2006
commit 0547bd232f

View file

@ -456,7 +456,6 @@ rtsp_streaming_input(void *opaque, streaming_message_t *sm)
case SMT_PACKET:
if(rtsp->rtsp_running)
rtsp_streaming_send(rtsp, sm->sm_data);
pkt_ref_dec(sm->sm_data);
break;
case SMT_TRANSPORT_STATUS: