summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp/real.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/realrtsp/real.c')
-rw-r--r--stream/realrtsp/real.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c
index 3ad4fa9a7f..99f203a3a6 100644
--- a/stream/realrtsp/real.c
+++ b/stream/realrtsp/real.c
@@ -649,6 +649,7 @@ init_real_rtsp_session (void)
real_rtsp_session = malloc (sizeof (struct real_rtsp_session_t));
real_rtsp_session->recv = xbuffer_init (BUF_SIZE);
+ real_rtsp_session->rdteof = 0;
return real_rtsp_session;
}