mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
src/driver/streamts.cpp init bsfc, fix possible segfault
Origin commit data
------------------
Commit: 2adcd8b5d6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-12 (Sat, 12 Mar 2016)
This commit is contained in:
@@ -709,6 +709,7 @@ CStreamStream::CStreamStream(int clientfd, t_channel_id chid, stream_pids_t &_pi
|
|||||||
{
|
{
|
||||||
ifcx = NULL;
|
ifcx = NULL;
|
||||||
ofcx = NULL;
|
ofcx = NULL;
|
||||||
|
bsfc = NULL;
|
||||||
avio_ctx = NULL;
|
avio_ctx = NULL;
|
||||||
stopped = true;
|
stopped = true;
|
||||||
interrupt = false;
|
interrupt = false;
|
||||||
|
Reference in New Issue
Block a user