Fix a refcount problem
This commit is contained in:
parent
8451ee2006
commit
0547bd232f
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue