Fix memory leak in tls_ciphers parsing
This commit is contained in:
parent
08ba9ed4a8
commit
9cdcb38d87
@ -212,6 +212,7 @@ xrdp_rdp_read_config(struct xrdp_client_info *client_info)
|
||||
"At least one protocol should be enabled to accept "
|
||||
"TLS connections.");
|
||||
}
|
||||
g_free(tmp);
|
||||
}
|
||||
else if (g_strcasecmp(item, "tls_ciphers") == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user