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
1 changed files with 1 additions and 0 deletions

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);
}