unfreed memory due to lightning-fast optimization

This commit is contained in:
Jari Matilainen 2016-10-26 15:50:14 +02:00
commit f146e5fdc3

View file

@ -50,7 +50,8 @@ static void read_password_file(char *str, char **password)
*password = g_strchomp(*password);
g_free(path);
g_error_free(err);
g_strfreev(values);
if (err) g_error_free(err);
}
/* Fill information to connection from server setup record */