streamts: initialize frontend

Origin commit data
------------------
Branch: ni/coolstream
Commit: 66f899470f
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-05 (Mon, 05 Sep 2022)

Origin message was:
------------------
- streamts: initialize frontend

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-09-05 22:25:05 +02:00
parent 1b98163130
commit 5e1857bba6

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()