cli: fix memleak in nm_vpn_openconnect_authenticate_helper()

This commit is contained in:
Thomas Haller 2019-04-04 13:09:09 +02:00
parent 3f62c49295
commit 700a32e5dd

View file

@ -203,7 +203,7 @@ nm_vpn_openconnect_authenticate_helper (const char *host,
int *status,
GError **error)
{
char *output = NULL;
gs_free char *output = NULL;
gboolean ret;
char **strv = NULL, **iter;
char *argv[4];