3
0
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:
Denis Kenzior 2019-08-07 11:13:10 -05:00
parent 37987757e1
commit cf58657b37

View File

@ -345,6 +345,7 @@ static void resolve_resolvconf_exit(void *data)
{
bool *ready = data;
l_free(resolvconf_path);
resolvconf_path = NULL;
l_free(ready);
}