bareos: master c8ff819f
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Sebastian Sura | Sebastian Sura | master | 2025-09-03 13:09 | master 62a232fe | Pending |
Changeset | vol-mgr: add double check Because of the way this list is implemented, we need to make sure that we 1) never free an element still on the list, and 2) only remove elements that are _actually_ on the list. So to make it safe to free the element in this function, we first search for it in the list, and remove it if its on there. |
||||
mod - core/src/stored/vol_mgr.cc | Diff File |