Fix memory leak on set_cred error path
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
1485ec076b
commit
f4b2d69b07
1 changed files with 2 additions and 0 deletions
|
@ -2276,6 +2276,8 @@ int wpa_config_set_cred(struct wpa_cred *cred, const char *var,
|
|||
line, var);
|
||||
}
|
||||
|
||||
os_free(val);
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue