From 0547bd232f126180673a476ced9806a890078633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Thu, 12 Nov 2009 23:29:49 +0000 Subject: [PATCH] Fix a refcount problem --- src/rtsp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rtsp.c b/src/rtsp.c index bd09db60..e4095410 100644 --- a/src/rtsp.c +++ b/src/rtsp.c @@ -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: