mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
test-runner: Remove pointless NULL check before calling l_free
This commit is contained in:
parent
9d1f7ad6f5
commit
7e4a6e8a49
@ -1468,8 +1468,7 @@ static pid_t start_iwd(const char *config_dir, struct l_queue *wiphy_list,
|
|||||||
|
|
||||||
l_strv_free(envp);
|
l_strv_free(envp);
|
||||||
|
|
||||||
if (iwd_phys)
|
l_free(iwd_phys);
|
||||||
l_free(iwd_phys);
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user