mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- streamts: initialize frontend
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -87,6 +87,7 @@ CStreamInstance::CStreamInstance(int clientfd, t_channel_id chid, stream_pids_t
|
|||||||
running = false;
|
running = false;
|
||||||
dmx = NULL;
|
dmx = NULL;
|
||||||
buf = NULL;
|
buf = NULL;
|
||||||
|
frontend = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
CStreamInstance::~CStreamInstance()
|
CStreamInstance::~CStreamInstance()
|
||||||
|
Reference in New Issue
Block a user