sesman: fix leak in struct config_sesman

This commit is contained in:
Koichiro IWAO 2018-06-13 17:20:03 +09:00
parent 57015aa088
commit 037d4eeece
No known key found for this signature in database
GPG Key ID: 9F72CDBC01BF10EB

View File

@ -503,6 +503,7 @@ config_read_session_variables(int file, struct config_sesman *cs,
void
config_free(struct config_sesman *cs)
{
g_free(cs->auth_file_path);
list_delete(cs->rdp_params);
list_delete(cs->vnc_params);
list_delete(cs->xorg_params);