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… #25

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().

fiveisgreen commented 1 year ago

Accidentally created and committed to a branch "wip/11220_fix_asan_test" instead of "wip/11220_fix_asan_tests". So I rebased them together and deleted the extra branch (wip/11220_fix_asan_test").