mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-16 22:00:55 +00:00
Handle reuse of limelight-common for another stream
This commit is contained in:
@@ -70,6 +70,7 @@ void destroyInputStream(void) {
|
||||
if (oaesContext != NULL)
|
||||
{
|
||||
oaes_free(oaesContext);
|
||||
oaesContext = NULL;
|
||||
}
|
||||
|
||||
entry = LbqDestroyLinkedBlockingQueue(&packetQueue);
|
||||
@@ -80,6 +81,8 @@ void destroyInputStream(void) {
|
||||
free(entry);
|
||||
entry = nextEntry;
|
||||
}
|
||||
|
||||
initialized = 0;
|
||||
}
|
||||
|
||||
static void inputSendThreadProc(void* context) {
|
||||
|
||||
Reference in New Issue
Block a user