FaceTrigger
FaceTrigger copied to clipboard
Memory Leak when Stopping
Hi, thanks for the great project!
The moment you start using face trigger, memory usage jumps up about 200MBs, which is to be expected. However, calling faceTrigger.stop() does not make the memory footprint drop back.
It seems that adding sceneView = nil right after removing it from its superview does the trick.