You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have identified a memory leak in the segmentAsync method of the ImageSegmentService class. The issue occurs during the invocation of the segmentAsync(image:timestampInMilliseconds:) method provided by the library. This leak is causing excessive memory consumption, eventually leading to an app crash during prolonged usage or high-frequency calls.
The text was updated successfully, but these errors were encountered:
msssoftprodigy008
changed the title
Memory Leak in segmentAsync Method of ImageSegmentService Causing App Crash
Memory Leak in segmentAsync Method of ImageSegmentService Causing App Crash - IOS
Jan 22, 2025
We have identified a memory leak in the segmentAsync method of the ImageSegmentService class. The issue occurs during the invocation of the segmentAsync(image:timestampInMilliseconds:) method provided by the library. This leak is causing excessive memory consumption, eventually leading to an app crash during prolonged usage or high-frequency calls.
The text was updated successfully, but these errors were encountered: