mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 06:10:29 +01:00
cli: fix memleak in nm_vpn_openconnect_authenticate_helper()
This commit is contained in:
parent
3f62c49295
commit
700a32e5dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue