Manage memory of dynamically-allocated PresenceCondition classes
Opened this issue · 0 comments
mayshukla commented
We should use std::shared_ptr
or something similar to ensure PresenceCondition
instances are freed when they are no longer referenced by anything. Currently, VarClang leaks memory.