bareos: master 2bfd3452

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2024-03-01 10:46 master 5f51b99b Pending
Changeset console: fix history leak

Removing unecessary code since stifle_history() already ensures that
we only have at most history_max_entries inside our history.
Regardless this is a leak because remove_history returns to us a
HIST_ENTRY* that we are supposed to free on our own (which we do not
do!).
mod - core/src/console/console.cc Diff File