mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +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;
|
||||
|
||||
l_free(resolvconf_path);
|
||||
resolvconf_path = NULL;
|
||||
l_free(ready);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user