Fixed double free (free'd wrong pointer)
This commit is contained in:
parent
aa7be62488
commit
07a40605cb
@ -154,7 +154,7 @@ void* start_client_thread(void* data) {
|
||||
/* Load and init client */
|
||||
client = guac_client_plugin_get_client(plugin, socket,
|
||||
connect->argc, connect->argv);
|
||||
guac_instruction_free(select);
|
||||
guac_instruction_free(connect);
|
||||
|
||||
if (client == NULL) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user