From 4fd8ae519b3dd06a9b8897bd021a36b93d378035 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 5 Sep 2022 22:25:05 +0200 Subject: [PATCH] - streamts: initialize frontend Signed-off-by: Thilo Graf --- src/driver/streamts.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/driver/streamts.cpp b/src/driver/streamts.cpp index 544e4b1c7..1de643fd9 100644 --- a/src/driver/streamts.cpp +++ b/src/driver/streamts.cpp @@ -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()