GUAC-775 initialize stream handlers
This commit is contained in:
parent
c37e274977
commit
405140cc8f
@ -106,6 +106,9 @@ guac_stream* guac_client_alloc_stream(guac_client* client) {
|
|||||||
allocd_stream = &(client->__output_streams[stream_index]);
|
allocd_stream = &(client->__output_streams[stream_index]);
|
||||||
allocd_stream->index = stream_index;
|
allocd_stream->index = stream_index;
|
||||||
allocd_stream->data = NULL;
|
allocd_stream->data = NULL;
|
||||||
|
allocd_stream->ack_handler = NULL;
|
||||||
|
allocd_stream->blob_handler = NULL;
|
||||||
|
allocd_stream->end_handler = NULL;
|
||||||
|
|
||||||
return allocd_stream;
|
return allocd_stream;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user