-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Processor SDK - Jacinto
-
ADASVISION-6607
-
PROCESSOR_SDK_10.01.00
-
PROCESSOR_SDK_11.00.00
-
Multi-cam app gives following error when deiniting the Object array splitter module:
VX_ZONE_ERROR: [ownReleaseReferenceInt:803] Invalid reference
Also, during context release, there is a dangling raw image reference that gets garbage collected.
These are non-fatal as the application runs, but it indicative of improper reference managment (something is being released which was already released, and something else is not being released that should have).