ChimeraTK / cppext

A collection of C++ classes which are quite fundamental and thus considered inside ChimeraTK as an extension of C++.
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Fixed direct memory leak reported in testAsyncRead by renovating shar… #24

Closed fiveisgreen closed 1 year ago

fiveisgreen commented 1 year ago

…ed_state_ptr::free() and creating shared_state_base::free() in future_queue.hpp. Functions affected by this include future_queue_base::setNotificationQueue(), and when_any().