mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
t-runner: Fix mem leak caused by python test names
This commit is contained in:
parent
269bf497c7
commit
c0863e5bc6
@ -1089,6 +1089,8 @@ static bool add_path(const char *path, int level, struct l_queue *config_queue)
|
|||||||
l_queue_insert(config_queue, entry, insert_test_entry, NULL);
|
l_queue_insert(config_queue, entry, insert_test_entry, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
l_queue_destroy(py_test_queue, l_free);
|
||||||
|
|
||||||
closedir(dir);
|
closedir(dir);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user