bareos: master 5874bc45

Author Committer Branch Timestamp Parent
arogge arogge master 2023-01-30 09:54 master 6ce2c966 Pending
Changeset stored: fix leak when reading translated records

When records are translated by a plugin the plugin will allocate its own
record. In this scenario ReadRecords() is supposed to call FreeRecord()
which it didn't do.
mod - core/src/stored/read_record.cc Diff File