- streamts: initialize frontend

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-09-05 22:25:05 +02:00
committed by Thilo Graf
parent 2d1b0d19a6
commit 4fd8ae519b

View File

@@ -87,6 +87,7 @@ CStreamInstance::CStreamInstance(int clientfd, t_channel_id chid, stream_pids_t
running = false;
dmx = NULL;
buf = NULL;
frontend = NULL;
}
CStreamInstance::~CStreamInstance()