realm / realm-cpp

Realm C++
Apache License 2.0
74 stars 17 forks source link

RCPP-73 Fix memory leak #196

Closed leemaguire closed 6 months ago

leemaguire commented 6 months ago

Fixes a memory leak caused by incorrect usage of util::UnqiueFunction in std::function.