mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-05 12:52:37 +01:00
resolve: Add a missing l_free
This commit is contained in:
parent
37987757e1
commit
cf58657b37
@ -345,6 +345,7 @@ static void resolve_resolvconf_exit(void *data)
|
|||||||
{
|
{
|
||||||
bool *ready = data;
|
bool *ready = data;
|
||||||
|
|
||||||
|
l_free(resolvconf_path);
|
||||||
resolvconf_path = NULL;
|
resolvconf_path = NULL;
|
||||||
l_free(ready);
|
l_free(ready);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user