mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Free readline() output with free(), not os_free()
This commit is contained in:
parent
45767a9597
commit
a24eb8424b
@ -1887,7 +1887,7 @@ static void wpa_cli_interactive(void)
|
||||
wpa_request(ctrl_conn, argc, argv);
|
||||
|
||||
if (cmd != cmdbuf)
|
||||
os_free(cmd);
|
||||
free(cmd);
|
||||
} while (!wpa_cli_quit);
|
||||
|
||||
#ifdef CONFIG_READLINE
|
||||
|
Loading…
Reference in New Issue
Block a user