-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current Situation
Currently, Alloc and Free has to be manually called for each object, which can potentially leak memory if Free isn't called due to e.g. an exception. This also doesn't match with JavaScript being a managed language with a GC, where developers expected everything to handle memory by itself without using alloc and free functions.
Proposed Solution
All FFmpeg wrapped objects should manage their own memory
API Level
Both
Alternative Solutions
No response
FFmpeg Reference
No response
Use Cases
Better developer experience
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request