Skip to content

Correctly clean memory when automatically dropping slices

Marco Clemencic requested to merge fix-drop-of-unused-iov-slices into master

The mechanism that was in place to recycle memory of unused IOV slices was not cleaning up correctly when the slice was dropped.

This MR fixes the problem.

/cc @jonrob

Closes LHCb#284 (closed)

Merge request reports