src/driver/streamts.cpp init bsfc, fix possible segfault

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2adcd8b5d6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-12 (Sat, 12 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2016-03-12 16:13:22 +01:00
parent 8a00af39be
commit eec2d745e1

View File

@@ -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;