From 2adcd8b5d649b97f28af10a8f0dd474d0a9fbb99 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sat, 12 Mar 2016 16:13:22 +0100 Subject: [PATCH] src/driver/streamts.cpp init bsfc, fix possible segfault --- src/driver/streamts.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/driver/streamts.cpp b/src/driver/streamts.cpp index 6ef96b9c5..e5a6b1e48 100644 --- a/src/driver/streamts.cpp +++ b/src/driver/streamts.cpp @@ -709,6 +709,7 @@ CStreamStream::CStreamStream(int clientfd, t_channel_id chid, stream_pids_t &_pi { ifcx = NULL; ofcx = NULL; + bsfc = NULL; avio_ctx = NULL; stopped = true; interrupt = false;