Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
Description
The RawErasureEncoder and RawErasureDecoder classes have release() methods which are not called from the source code. These methods should be called when an encoding or decoding operation is finished so that the dynamically allocated resources can be freed. Underlying native plugins can also rely on these functions to release their resources.