mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
core: add one missing assertion for release_resource_queue
Follow-up for 6ac62d61db.
This commit is contained in:
committed by
Luca Boccassi
parent
0214ead6ee
commit
cb3c6aec3a
@@ -1600,6 +1600,7 @@ static void manager_clear_jobs_and_units(Manager *m) {
|
||||
assert(!m->stop_when_unneeded_queue);
|
||||
assert(!m->start_when_upheld_queue);
|
||||
assert(!m->stop_when_bound_queue);
|
||||
assert(!m->release_resources_queue);
|
||||
|
||||
assert(hashmap_isempty(m->jobs));
|
||||
assert(hashmap_isempty(m->units));
|
||||
|
||||
Reference in New Issue
Block a user