mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +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);
|
||||
|
||||
if (iwd_phys)
|
||||
l_free(iwd_phys);
|
||||
l_free(iwd_phys);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user