Free instructions in handshake.
This commit is contained in:
parent
ab2c10ef51
commit
6f34f71f09
@ -243,6 +243,11 @@ void guacd_handle_connection(int fd) {
|
|||||||
free(client->info.audio_mimetypes);
|
free(client->info.audio_mimetypes);
|
||||||
free(client->info.video_mimetypes);
|
free(client->info.video_mimetypes);
|
||||||
|
|
||||||
|
/* Free remaining instructions */
|
||||||
|
guac_instruction_free(audio);
|
||||||
|
guac_instruction_free(video);
|
||||||
|
guac_instruction_free(size);
|
||||||
|
|
||||||
/* Clean up */
|
/* Clean up */
|
||||||
guac_client_free(client);
|
guac_client_free(client);
|
||||||
if (guac_client_plugin_close(plugin))
|
if (guac_client_plugin_close(plugin))
|
||||||
|
Loading…
Reference in New Issue
Block a user