mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +01:00
client: fix mem leak after arg parsing
This commit is contained in:
parent
6be0f55d85
commit
e3737fd44e
@ -461,6 +461,7 @@ static void readline_callback(char *prompt)
|
|||||||
|
|
||||||
command_process_prompt(argv, argc);
|
command_process_prompt(argv, argc);
|
||||||
|
|
||||||
|
l_strfreev(argv);
|
||||||
done:
|
done:
|
||||||
l_free(prompt);
|
l_free(prompt);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user