obs-outputs: Fix leak with certs for rtmp

This commit is contained in:
pkv
2019-04-21 23:24:15 +02:00
parent 7925ac1402
commit a5b837518e
2 changed files with 2 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ static void rtmp_stream_destroy(void *data)
}
}
RTMP_TLS_Free();
free_packets(stream);
dstr_free(&stream->path);
dstr_free(&stream->key);