camerakit-ios
camerakit-ios copied to clipboard
Mem leak.
CameraKit Version: Last version. iOS Device: iPhone SE iOS Version: 12.2
Steps to Reproduce
- Switch between photo/video
Expected Behavior
preview view should be released.
Actual Behavior
a fast solution would be to set the session as nil at deinit. cameraView.session = nil
Thanks for submitting this @andriansergheev we are looking into it!