Skip to content

Use unique_ptr in Bookkeeper for front ends

Zhengcheng Tao requested to merge fix_leak_bookkeeper into devel

Make ownership of the FrontEnd objects explicit in the Bookkeeper using unique_ptr. Should fix the memory leak reported in #214 (closed).

Merge request reports