Fix memory leak in tls_ciphers parsing

master
Pavel Roskin 7 years ago committed by metalefty
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…
Cancel
Save